Class: AdminMethods
| Defined in: | src/methods/admin-methods.coffee |
Overview
Provides methods to interact with scotties.
Instance Method Summary
- - (void) constructor(models, users, oauthApps, oauthAuth) Constructor Initializes a new instance of the @see ScottyMethods class.
- - (void) setup(accountId, appName, username, email, password, clientId = null, secret = null, cb = function() {}) Bound
Constructor Details
- (void) constructor(models, users, oauthApps, oauthAuth)
Initializes a new instance of the @see ScottyMethods class.
Instance Method Details
- (void) setup(accountId, appName, username, email, password, clientId = null, secret = null, cb = function() {}) (bound)