class Rack::OAuth2::Server::InvalidScopeError

The requested scope is invalid, unknown, or malformed.

Public Class Methods

new() click to toggle source
Calls superclass method Rack::OAuth2::Server::OAuthError::new
# File lib/rack/oauth2/server/errors.rb, line 62
def initialize
  super :invalid_scope, "The requested scope is not supported."
end