ExchangeAccountResponse: {
    access_token: string;
    expires_in: number;
    refresh_token: string;
    token_type: string;
}

Type declaration

  • access_token: string

    Personal Access Token generated by User Personal Client on user behalf

  • expires_in: number

    The number of seconds before the access_token expires

  • refresh_token: string

    Refresh Token

  • token_type: string

    The token type