OAuth2DataProvider
Interface used in CredentialAuthorizationServiceStrategy to actually load user data during the OAuth 2.0 flow, after an authn request (see AuthenticationRequestParameters) has been validated.
Functions
Link copied to clipboard
abstract suspend fun loadUserInfo(request: AuthenticationRequestParameters, code: String): OidcUserInfoExtended?
request has been validated successfully, and this step loads the actual user data, if there is any.