typescript-inversify.IAPIConfiguration.mustache Maven / Gradle / Ivy
export interface IAPIConfiguration {
apiKeys?: {[ key: string ]: string};
username?: string;
password?: string;
accessToken?: string | (() => string);
basePath?: string;
withCredentials?: boolean;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy