struct SimpleOAuth::Consumer::TokenPair
- SimpleOAuth::Consumer::TokenPair
- Struct
- Value
- Object
Overview
A struct encapsulating OAuth Token and OAuth Token Secret.
Defined in:
simple_oauth/consumer.crConstructors
Instance Method Summary
- #[](idx : Int32)
- #clone
- #copy_with(oauth_token _oauth_token = @oauth_token, oauth_token_secret _oauth_token_secret = @oauth_token_secret)
- #oauth_token : String
- #oauth_token_secret : String
Constructor Detail
Instance Method Detail
def copy_with(oauth_token _oauth_token = @oauth_token, oauth_token_secret _oauth_token_secret = @oauth_token_secret)
#