Exception: OAuthProvider::UserRequestNotAuthorized

Inherits:
Error
  • Object
show all
Defined in:
lib/oauth_provider.rb

Instance Method Summary collapse

Constructor Details

#initialize(user_request) ⇒ UserRequestNotAuthorized

Returns a new instance of UserRequestNotAuthorized.



24
25
26
# File 'lib/oauth_provider.rb', line 24

def initialize(user_request)
  super("The User Request is not yet authorized by the User: #{user_request.shared_key.inspect}")
end