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