revokeToken
open suspend override fun revokeToken(tokenType: RevokeTokenType): ERROR CLASS: Symbol not found for Result<kotlin/Unit>
Revokes a specific token type at the authorization server.
Return
Result.success with Unit if revoked, or Result.failure with:
IllegalStateException if the requested token type is not present on this credential.
Other exceptions if the network request fails.
Parameters
tokenType
the RevokeTokenType to revoke.