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:
OAuth2ClientResult.Error.OidcEndpointsNotAvailableException if endpoints cannot be resolved.
OAuth2ClientResult.Error.HttpResponseException if the server returns an error.
Other exceptions for network or parsing failures.
Parameters
accessToken
the access token used for authorization.