userinfo

Function userinfo 

Source
pub async fn userinfo(
    configuration: &Configuration,
) -> Result<UserinfoResponse, Error<UserinfoError>>
Expand description

This endpoint returns the payload of the ID Token, including the idTokenExtra values, of the provided OAuth 2.0 Access Token. For more information please refer to the spec.