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