introspectToken

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

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

Parameters

tokenType

the TokenType to check for validity.

token

the token associated with the TokenType to check for validity.