pub async fn get_oidc_user_info(
    configuration: &Configuration
) -> Result<OidcUserInfo, Error<GetOidcUserInfoError>>
Expand description

This endpoint returns the payload of the ID Token, including session.id_token values, of the provided OAuth 2.0 Access Token’s consent request. In the case of authentication error, a WWW-Authenticate header might be set in the response with more information about the error. See the spec for more details about header format.