introspectToken

suspend fun introspectToken(tokenType: TokenType): OidcClientResult<OidcIntrospectInfo>

Performs a call to the Authorization Server to validate the specified TokenType.

Parameters

tokenType

the TokenType to check for validity.