API ReferenceTypesAuthTokenResponseOn this pageAuthTokenResponse type AuthTokenResponse = { accessToken: string; tokenType: string;}; Response from a successful OAuth2 token exchange. Type declaration NameType accessTokenstring tokenTypestring See https://developer.todoist.com/guides/#step-3-token-exchange