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) #

Instance Method Detail

def [](idx : Int32) #

def clone #

def copy_with(oauth_token _oauth_token = @oauth_token, oauth_token_secret _oauth_token_secret = @oauth_token_secret) #

def oauth_token : String #

def oauth_token_secret : String #