Class: QPay::TokenResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Overview

--- Auth ---

Instance Attribute Summary collapse

Instance Attribute Details

#access_token ⇒ Object

Returns the value of attribute access_token

Returns:

  • (Object) —

    the current value of access_token



6
7
8
# File 'lib/qpay/models.rb', line 6

def access_token
  @access_token
end

#expires_in ⇒ Object

Returns the value of attribute expires_in

Returns:

  • (Object) —

    the current value of expires_in



6
7
8
# File 'lib/qpay/models.rb', line 6

def expires_in
  @expires_in
end

#not_before_policy ⇒ Object

Returns the value of attribute not_before_policy

Returns:

  • (Object) —

    the current value of not_before_policy



6
7
8
# File 'lib/qpay/models.rb', line 6

def not_before_policy
  @not_before_policy
end

#refresh_expires_in ⇒ Object

Returns the value of attribute refresh_expires_in

Returns:

  • (Object) —

    the current value of refresh_expires_in



6
7
8
# File 'lib/qpay/models.rb', line 6

def refresh_expires_in
  @refresh_expires_in
end

#refresh_token ⇒ Object

Returns the value of attribute refresh_token

Returns:

  • (Object) —

    the current value of refresh_token



6
7
8
# File 'lib/qpay/models.rb', line 6

def refresh_token
  @refresh_token
end

#scope ⇒ Object

Returns the value of attribute scope

Returns:

  • (Object) —

    the current value of scope



6
7
8
# File 'lib/qpay/models.rb', line 6

def scope
  @scope
end

#session_state ⇒ Object

Returns the value of attribute session_state

Returns:

  • (Object) —

    the current value of session_state



6
7
8
# File 'lib/qpay/models.rb', line 6

def session_state
  @session_state
end

#token_type ⇒ Object

Returns the value of attribute token_type

Returns:

  • (Object) —

    the current value of token_type



6
7
8
# File 'lib/qpay/models.rb', line 6

def token_type
  @token_type
end