Interface OAuth2AuthService
- All Known Implementing Classes:
AnonOAuth2AuthService
,UserOAuth2AuthService
public interface OAuth2AuthService
-
Method Summary
Modifier and TypeMethodDescriptioncreateSession
(OAuth2SessionRequest oAuth2SessionRequest) Performs a sign-in with the suppliedOAuth2SessionRequest
.
-
Method Details
-
createSession
Performs a sign-in with the suppliedOAuth2SessionRequest
.- Parameters:
oAuth2SessionRequest
- the oidc session request object- Returns:
- the
SessionCreation
if the session was created successfully.
-