getUserInfo

suspend fun getUserInfo(accessToken: String): ERROR CLASS: Symbol not found for Result<com/okta/authfoundation/client/dto/OidcUserInfo>

Performs the OIDC User Info call.

Return

Result.success with OidcUserInfo, or Result.failure with:

Parameters

accessToken

the access token used for authorization.