Skip to main content

RevokeTokenRequestArgs

type RevokeTokenRequestArgs = {
clientId: string;
clientSecret: string;
token: string;
};

Parameters required to revoke a token using RFC 7009 compliant endpoint.

See

https://todoist.com/api/v1/docs#tag/Authorization

Properties

clientId

clientId: string;

clientSecret

clientSecret: string;

token

token: string;