postOauthRevoke
postOauthRevoke<
ThrowOnError>(options?:Options<PostOauthRevokeData,ThrowOnError>):RequestResult<PostOauthRevokeResponses,PostOauthRevokeErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:1878Â
OAuth 2.0 token revocation (RFC 7009)
Revokes a refresh token, or (with token_type_hint=grant) the entire grant. Always returns 200 per RFC 7009 when the client is authenticated.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<PostOauthRevokeResponses, PostOauthRevokeErrors, ThrowOnError>
Last updated on