AuthTokenResponse
type AuthTokenResponse = {
accessToken: string;
tokenType: string;
};
Response from a successful OAuth2 token exchange.
See
https://todoist.com/api/v1/docs#tag/Authorization/OAuth
Properties
accessToken
accessToken: string;
tokenType
tokenType: string;