UNPKG
linagora-rse
Version:
latest (1.3.7)
1.3.7
1.3.5
Linagora RSE
github.com/linagora/openpaas-esn
linagora/openpaas-esn
linagora-rse
/
doc
/
REST_API
/
swagger
/
definitions
/
authentication.js
16 lines
(15 loc)
•
318 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
*
@swagger
* definition:
* at_token:
* description:
token
content
* properties:
* token:
* type:
string
* ttl:
* type:
integer
* user:
*
$ref:
"#/definitions/cm_tuple_id"
* created_at:
*
$ref:
"#/definitions/cm_date"
*/