loadUserInfo
abstract suspend fun loadUserInfo(request: AuthenticationRequestParameters, code: String): OidcUserInfoExtended?(source)
request has been validated successfully, and this step loads the actual user data, if there is any.
request has been validated successfully, and this step loads the actual user data, if there is any.