RevokeTokenRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
token | str | ✅ | Access or refresh token to be revoked (along with the entire OAuth session) |
client_assertion_type | 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 |
client_assertion | str | ❌ | Client 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
Name | Type | Required | Description |
---|---|---|---|
URN_IETF_PARAMS_OAUTH_CLIENT_ASSERTION_TYPE_JWT_BEARER | str | ✅ | "urn:ietf:params:oauth:client-assertion-type:jwt-bearer" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs