Exception: OAuthenticator::DuplicatedParameters

Inherits:
Error
  • Object
show all
Defined in:
lib/oauthenticator/parse_authorization.rb

Overview

an error indicating duplicated paramaters present in an authorization header, in violation of section 3.1 ("Each parameter MUST NOT appear more than once per request.") and 3.2 ("The server SHOULD return a 400 (Bad Request) status code when receiving a request with unsupported parameters, an unsupported signature method, missing parameters, or duplicated protocol parameters.")

Method Summary

Methods inherited from Error

#errors, #initialize

Constructor Details

This class inherits a constructor from OAuthenticator::Error