StandardError
An error that is indicated in the OAuth 2.0 callback. This could be a `redirect_uri_mismatch` or other
# File lib/omniauth/strategies/oauth2.rb, line 117 def initialize(error, error_reason = nil, error_uri = nil) self.error = error self.error_reason = error_reason self.error_uri = error_uri end
# File lib/omniauth/strategies/oauth2.rb, line 123 def message [error, error_reason, error_uri].compact.join(' | ') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.