API ReferenceTypesAuthTokenRequestArgsOn this pageAuthTokenRequestArgs type AuthTokenRequestArgs = { clientId: string; clientSecret: string; code: string;}; Parameters required to exchange an authorization code for an access token. Type declaration NameType clientIdstring clientSecretstring codestring See https://developer.todoist.com/guides/#step-3-token-exchange