Class: Mastercard::Masterpass::RequestTokenResponse

Inherits:
AccessTokenResponse show all
Defined in:
lib/mastercard_masterpass_api/request_token_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#oauth_callback_confirmedObject

Returns the value of attribute oauth_callback_confirmed.



4
5
6
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4

def oauth_callback_confirmed
  @oauth_callback_confirmed
end

#oauth_expires_inObject

Returns the value of attribute oauth_expires_in.



4
5
6
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4

def oauth_expires_in
  @oauth_expires_in
end

#oauth_tokenObject

Returns the value of attribute oauth_token.



4
5
6
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4

def oauth_token
  @oauth_token
end

#oauth_token_secretObject

Returns the value of attribute oauth_token_secret.



4
5
6
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4

def oauth_token_secret
  @oauth_token_secret
end

#xoauth_request_auth_urlObject

Returns the value of attribute xoauth_request_auth_url.



4
5
6
# File 'lib/mastercard_masterpass_api/request_token_response.rb', line 4

def xoauth_request_auth_url
  @xoauth_request_auth_url
end