OAuth2LoadUserFun
Interface used in at.asitplus.wallet.lib.oauth2.AuthorizationService 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 operator fun invoke(input: OAuth2LoadUserFunInput): KmmResult<OidcUserInfoExtended>