struct

SimpleOAuth::Consumer::TokenPair

Inherits Struct < Value < Object

A struct encapsulating OAuth Token and OAuth Token Secret.

Constructors

new(oauth_token : String, oauth_token_secret : String)
Source

Instance methods

[](idx : Int32)
Source
clone
Source
copy_with(oauth_token _oauth_token = @oauth_token, oauth_token_secret _oauth_token_secret = @oauth_token_secret)
Source
oauth_token
oauth_token_secret