UNPKG

arlas-permissions-api

Version:

Persists data

25 lines 739 B
// tslint:disable /** * ARLAS permissions API * permissions REST services * * OpenAPI spec version: 24.0.8 * Contact: contact@gisaia.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ var Configuration = (function () { function Configuration(param) { if (param === void 0) { param = {}; } this.apiKey = param.apiKey; this.username = param.username; this.password = param.password; this.accessToken = param.accessToken; this.basePath = param.basePath; } return Configuration; }()); export { Configuration }; //# sourceMappingURL=configuration.js.map