Package dev.getelements.elements.sdk.service.auth
package dev.getelements.elements.sdk.service.auth
-
InterfacesClassDescriptionManages instances of
AuthScheme.Used to authorize requests using JWT auth tokens Created by robb on 12/20/21.Manages instances of mock session.Dedicated service interface for the account-linking OAuth2 flow (POST /user/me/link/oauth2).Publicly-accessible (no authentication required) service listing the OIDC providers offered as login options on the admin panel's login page.Dedicated service interface for the account-linking OIDC flow (POST /user/me/link/oidc).Orchestrates the provider-agnostic browser-redirect OIDC login flow for thick clients: begin a pending attempt, poll for completion, and handle the provider's callback.SUPERUSER-scoped CRUD service forOidcProviderConfigurationinstances.Created by patricktwohig on 4/1/15.