AuthTokenRequestArgs
type AuthTokenRequestArgs = {
clientId: string;
clientSecret: string;
code: string;
};
Parameters required to exchange an authorization code for an access token.
See
https://developer.todoist.com/api/v1/#tag/Authorization/OAuth
Properties
clientId
clientId: string;
clientSecret
clientSecret: string;
code
code: string;