class EasyOAuth::Header
- EasyOAuth::Header
- Reference
- Object
Defined in:
easy_oauth/header.crConstant Summary
-
ATTRIBUTE_KEYS =
["callback", "consumer_key", "nonce", "signature_method", "timestamp", "token", "verifier", "version"]
-
IGNORED_KEYS =
["consumer_secret", "token_secret", "signature"]
Constructors
Class Method Summary
Instance Method Summary
- #attributes
- #hmac_sha1_signature
- #method
- #normalized_attributes(attrs = signed_attributes)
- #normalized_params
- #options : Hash(String, String)
- #params : Hash(String, String)
- #plaintext_signature
- #secret
- #signature
- #signature_base
- #signature_params
- #signed_attributes(attrs = attributes)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #url
- #url_params
- #valid?(secrets = {} of String => String)
Constructor Detail
Class Method Detail
Instance Method Detail
def to_s
#
Description copied from class Object
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
.