struct SimpleOAuth::Consumer::TokenPair

Overview

A struct encapsulating OAuth Token and OAuth Token Secret.

Defined in:

simple_oauth/consumer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(oauth_token : String, oauth_token_secret : String) #

[View source]

Instance Method Detail

def [](idx : Int32) #

[View source]
def clone #

[View source]
def copy_with(oauth_token _oauth_token = @oauth_token, oauth_token_secret _oauth_token_secret = @oauth_token_secret) #

[View source]
def oauth_token : String #

def oauth_token_secret : String #