Method: OAuthenticator::SignableRequest#protocol_params
- Defined in:
- lib/oauthenticator/signable_request.rb
#protocol_params ⇒ Hash<String, String>
protocol params for this request as described in section 3.4.1.3
signature is not calculated for this - use #signed_protocol_params to get protocol params including a signature.
note that if this is a previously-signed request, the oauth_signature attribute returned is the received value, NOT the value calculated by us.
143 144 145 |
# File 'lib/oauthenticator/signable_request.rb', line 143 def protocol_params @attributes['authorization'].dup end |