Class: Keywright::TokenResult

Inherits:
Result
  • Object
show all
Defined in:
lib/keywright/token_result.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Result

#initialize

Constructor Details

This class inherits a constructor from Keywright::Result

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



3
4
5
# File 'lib/keywright/token_result.rb', line 3

def access_token
  @access_token
end

#expires_inObject

Returns the value of attribute expires_in.



3
4
5
# File 'lib/keywright/token_result.rb', line 3

def expires_in
  @expires_in
end

#refresh_tokenObject

Returns the value of attribute refresh_token.



3
4
5
# File 'lib/keywright/token_result.rb', line 3

def refresh_token
  @refresh_token
end

#token_typeObject

Returns the value of attribute token_type.



3
4
5
# File 'lib/keywright/token_result.rb', line 3

def token_type
  @token_type
end