pub async fn create_introspect(
configuration: &Configuration,
) -> Result<Value, Error<CreateIntrospectError>>
Expand description
Inspect an access token issued as the result of the User based grant such as the Authorization Code Grant, Implicit Grant, the User Credentials Grant or the Refresh Grant. OR Inspect an access token issued as the result of the Client Credentials Grant.