loadUserInfo

abstract suspend fun loadUserInfo(request: AuthenticationRequestParameters? = null): OidcUserInfo

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

Parameters

request

May be null when using pre-authorized code flow (defined in OID4VCI).