Exception: Rack::OAuth2::Server::RedirectUriMismatchError
- Inherits:
-
OAuthError
- Object
- StandardError
- OAuthError
- Rack::OAuth2::Server::RedirectUriMismatchError
- Defined in:
- lib/rack/oauth2/server/errors.rb
Overview
The redirection URI provided does not match a pre-registered value.
Instance Attribute Summary
Attributes inherited from OAuthError
Instance Method Summary collapse
-
#initialize ⇒ RedirectUriMismatchError
constructor
A new instance of RedirectUriMismatchError.
Constructor Details
#initialize ⇒ RedirectUriMismatchError
Returns a new instance of RedirectUriMismatchError.
76 77 78 |
# File 'lib/rack/oauth2/server/errors.rb', line 76 def initialize super :redirect_uri_mismatch, "Must use the same redirect URI you registered with us." end |