Fix accessToken property docs

This commit is contained in:
Ritchie Martori 2014-08-11 10:55:23 -07:00
parent 225b2aee50
commit 1ed4e2b9d7
1 changed files with 5 additions and 5 deletions

View File

@ -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}
*/