introspectToken
suspend fun introspectToken(tokenType: TokenType): OidcClientResult<OidcIntrospectInfo>
Content copied to clipboard
Performs a call to the Authorization Server to validate the specified TokenType.
Parameters
tokenType
the TokenType to check for validity.