OAuth2DataProvider
Interface used in CredentialAuthorizationServiceStrategy to actually load user data when client requests and authorization code.
Functions
Link copied to clipboard
abstract suspend fun loadUserInfo(request: AuthenticationRequestParameters, code: String): OidcUserInfoExtended?
Load user information (i.e. authenticate the client) with data sent from request.