Class: AdminMethods

Defined in: src/methods/admin-methods.coffee

Overview

Provides methods to interact with scotties.

Instance Method Summary

Constructor Details

- (void) constructor(models, users, oauthApps, oauthAuth)

Initializes a new instance of the @see ScottyMethods class.

Parameters:

  • models (Object) A collection of models that can be used.

Instance Method Details

- (void) setup(appName, username, email, password, clientId = null, secret = null, cb = function() {}) (bound)