Interface OidcAuthService
- All Known Implementing Classes:
AnonOidcAuthService,UserOidcAuthService
public interface OidcAuthService
-
Method Summary
Modifier and TypeMethodDescriptioncreateSession(OidcSessionRequest oidcSessionRequest) Performs a sign-in with the suppliedOidcSessionRequest.
-
Method Details
-
createSession
Performs a sign-in with the suppliedOidcSessionRequest.- Parameters:
oidcSessionRequest- the oidc session request object- Returns:
- the
SessionCreationif the session was created successfully.
-