OAuth2DataProvider

Interface used in SimpleAuthorizationService to actually load user data, converting it into OidcUserInfo.

Functions

Link copied to clipboard
abstract suspend fun loadUserInfo(request: AuthenticationRequestParameters? = null): OidcUserInfoExtended?

Load user information (i.e. authenticate the client) with data sent from request.