@yash101/schwab-api-client
Version:
A TypeScript client library for interacting with the Charles Schwab Brokerage APIs.
11 lines • 342 B
TypeScript
export declare class AppConfig {
clientId: string;
clientSecret: string;
redirectUri: string;
constructor(clientId: string, clientSecret: string, redirectUri: string);
getClientId(): string;
getClientSecret(): string;
getRedirectUri(): string;
getAuthHeader(): string;
}
//# sourceMappingURL=appconfig.d.ts.map