EasyOAuth::Header
Inherits Reference < Object
Constants
ATTRIBUTE_KEYS = ["callback", "consumer_key", "nonce", "signature_method", "timestamp", "token", "verifier", "version"]
IGNORED_KEYS = ["consumer_secret", "token_secret", "signature"]
Constructors
Class methods
default_options
Sourceescape(value)
Sourceparse(header)
Sourceunescape(value)
SourceInstance methods
attributes
Sourcehmac_sha1_signature
Sourcemethod
Sourcenormalized_attributes(attrs = signed_attributes)
Sourcenormalized_params
Sourceoptions
Sourceparams
Sourceplaintext_signature
Sourcesecret
Sourcesignature
Sourcesignature_base
Sourcesignature_params
Sourcesigned_attributes(attrs = attributes)
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.
url
Sourceurl_params
Sourcevalid?(secrets = {} of String => String)
Source