API ReferenceTypesAuthTokenResponseOn this pageAuthTokenResponse type AuthTokenResponse = { accessToken: string; tokenType: string;}; Response from a successful OAuth2 token exchange. Type declaration NameType accessTokenstring tokenTypestring See https://todoist.com/api/v1/docs#tag/Authorization/OAuth