Skip to main content

AuthTokenRequestArgs

type AuthTokenRequestArgs = {
clientId: string;
clientSecret: string;
code: string;
};

Parameters required to exchange an authorization code for an access token.

See

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

Properties

clientId

clientId: string;

clientSecret

clientSecret: string;

code

code: string;