Exception: Rack::OAuth2::Server::RedirectUriMismatchError

Inherits:
OAuthError
  • Object
show all
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

#code

Instance Method Summary collapse

Constructor Details

#initializeRedirectUriMismatchError

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