Class: OauthScopeMethods

Defined in: src/methods/oauth-scope-methods.coffee

Overview

Provides methods to interact with the scope store.

Instance Method Summary

Constructor Details

- (void) constructor(models, config)

Initializes a new instance of the @see ScopeMethods class. @description The config object looks like this: ... scopes: [...] ...

Parameters:

  • models (Object) A collection of models to be used within the auth framework.

Instance Method Details

- (void) all(offset = 0, count = 25, options = {}, cb = function() {}) (bound)

- (void) get(name, options = {}, cb = function() {}) (bound)

- (void) allScopeNamesAsArray() (bound)

INTERNAL FUNCTIONS

- (void) getScope(scope) (bound)