Exception: Rack::OAuth2::Server::InvalidScopeError
- Inherits:
-
OAuthError
- Object
- StandardError
- OAuthError
- Rack::OAuth2::Server::InvalidScopeError
- Defined in:
- lib/rack/oauth2/server/errors.rb
Overview
The requested scope is invalid, unknown, or malformed.
Instance Attribute Summary
Attributes inherited from OAuthError
Instance Method Summary collapse
-
#initialize ⇒ InvalidScopeError
constructor
A new instance of InvalidScopeError.
Constructor Details
#initialize ⇒ InvalidScopeError
Returns a new instance of InvalidScopeError.
62 63 64 |
# File 'lib/rack/oauth2/server/errors.rb', line 62 def initialize super :invalid_scope, "The requested scope is not supported." end |