introspectToken
suspend fun introspectToken(tokenType: TokenType, token: Token): OAuth2ClientResult<OidcIntrospectInfo>
Performs a call to the Authorization Server to validate the specified TokenType.
Performs a call to the Authorization Server to validate the specified TokenType.