getUserInfo
suspend fun getUserInfo(accessToken: String): OidcClientResult<OidcUserInfo>
Content copied to clipboard
Performs the OIDC User Info call, which returns claims associated with the supplied accessToken
.
Parameters
accessToken
the access token used for authorization to the Authorization Server