introspectToken
suspend fun introspectToken(tokenType: TokenType, token: String): OidcClientResult<OidcIntrospectInfo>
Content copied to clipboard
Performs a call to the Authorization Server to validate the specified TokenType.
Performs a call to the Authorization Server to validate the specified TokenType.