RevokeTokenRequestArgs
type RevokeTokenRequestArgs = {
clientId: string;
clientSecret: string;
token: string;
};
Parameters required to revoke a token using RFC 7009 compliant endpoint.
See
https://developer.todoist.com/api/v1/#tag/Authorization
Properties
clientId
clientId: string;
clientSecret
clientSecret: string;
token
token: string;