Class OmniAuth::Strategies::OAuth2::CallbackError
In: lib/omniauth/strategies/oauth2.rb
Parent: StandardError

An error that is indicated in the OAuth 2.0 callback. This could be a `redirect_uri_mismatch` or other

Methods

new  

Attributes

error  [RW] 
error_reason  [RW] 
error_uri  [RW] 

Public Class methods

[Validate]