Type alias AccountSidConfig

AccountSidConfig: BaseClientConfig & {
    accountSid: string;
    authToken: string;
}

Generated using TypeDoc