@icure/api 5.2.32 → 5.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthenticationToken.js","sourceRoot":"","sources":["../../../icc-api/model/AuthenticationToken.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,mBAAmB;IAC9B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA2B,EAAE,IAAI,CAAC,CAAA;IAClD,CAAC;
|
|
1
|
+
{"version":3,"file":"AuthenticationToken.js","sourceRoot":"","sources":["../../../icc-api/model/AuthenticationToken.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,mBAAmB;IAC9B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA2B,EAAE,IAAI,CAAC,CAAA;IAClD,CAAC;CAgBF;AAnBD,kDAmBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\n\n/**\n * Encrypted and time-limited Authentication tokens used for inter-applications authentication\n */\nexport class AuthenticationToken {\n constructor(json: JSON | any) {\n Object.assign(this as AuthenticationToken, json)\n }\n\n /**\n * Encrypted token\n */\n token?: string\n /**\n * Validity starting time of the token\n */\n creationTime?: number\n /**\n * Token validity in seconds\n */\n validity?: number\n\n deletionDate?: number\n}\n"]}
|