class Rack::OAuth2::Server::RedirectUriMismatchError

The redirection URI provided does not match a pre-registered value.

Public Class Methods

new() click to toggle source
Calls superclass method Rack::OAuth2::Server::OAuthError::new
# 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