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://todoist.com/api/v1/docs#tag/Authorization/OAuth