Fix accessToken property docs
This commit is contained in:
parent
225b2aee50
commit
1ed4e2b9d7
|
@ -27,15 +27,15 @@ var properties = {
|
|||
/**
|
||||
* Token based authentication and access control.
|
||||
*
|
||||
* @property id {String} Generated token ID
|
||||
* @property ttl {Number} Time to live
|
||||
* @property created {Date} When the token was created
|
||||
*
|
||||
* **Default ACLs**
|
||||
*
|
||||
* - DENY EVERYONE `*`
|
||||
* - ALLOW EVERYONE create
|
||||
*
|
||||
*
|
||||
* @property {String} id Generated token ID
|
||||
* @property {Number} ttl Time to live in seconds
|
||||
* @property {Date} created When the token was created
|
||||
*
|
||||
* @class
|
||||
* @inherits {Model}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue