Skip to main content

RevokeTokenRequest

Properties

NameTypeRequiredDescription
tokenstrAccess or refresh token to be revoked (along with the entire OAuth session)
client_assertion_typeRevokeTokenRequestClientAssertionTypeClient assertion type for the client_secret_jwt or private_key_jwt client authentication types, as defined by RFC-7523. This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types
client_assertionstrClient assertion (JWT) for the client_secret_jwt or private_key_jwt client authentication types, as defined by RFC-7523. This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types

RevokeTokenRequestClientAssertionType

Client assertion type for the client_secret_jwt or private_key_jwt client authentication types, as defined by RFC-7523. This parameter is mandatory if the client authentication is required and a client decided to use one of these authentication types

Properties

NameTypeRequiredDescription
URN_IETF_PARAMS_OAUTH_CLIENT_ASSERTION_TYPE_JWT_BEARERstr"urn:ietf:params:oauth:client-assertion-type:jwt-bearer"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →