pub async fn get_token_current(
configuration: &mut Configuration,
) -> Result<TokenResponse, Error<GetTokenCurrentError>>
Expand description
Get a single token based on the access_token used in the request.
pub async fn get_token_current(
configuration: &mut Configuration,
) -> Result<TokenResponse, Error<GetTokenCurrentError>>
Get a single token based on the access_token used in the request.