Class: OauthScopeMethods
| Defined in: | src/methods/oauth-scope-methods.coffee |
Overview
Provides methods to interact with the scope store.
Instance Method Summary
- - (void) constructor(models, config) Constructor Initializes a new instance of the @see ScopeMethods class.
- - (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
Constructor Details
- (void) constructor(models, config)
Initializes a new instance of the @see ScopeMethods class. @description The config object looks like this: ... scopes: [...] ...
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)