Class: Iron::Oauth::Token::Issued
- Inherits:
-
Data
- Object
- Data
- Iron::Oauth::Token::Issued
- Defined in:
- app/models/iron/oauth/token.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
readonly
Returns the value of attribute access_token.
-
#expires_in ⇒ Object
readonly
Returns the value of attribute expires_in.
-
#refresh_token ⇒ Object
readonly
Returns the value of attribute refresh_token.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Attribute Details
#access_token ⇒ Object (readonly)
Returns the value of attribute access_token
6 7 8 |
# File 'app/models/iron/oauth/token.rb', line 6 def access_token @access_token end |
#expires_in ⇒ Object (readonly)
Returns the value of attribute expires_in
6 7 8 |
# File 'app/models/iron/oauth/token.rb', line 6 def expires_in @expires_in end |
#refresh_token ⇒ Object (readonly)
Returns the value of attribute refresh_token
6 7 8 |
# File 'app/models/iron/oauth/token.rb', line 6 def refresh_token @refresh_token end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
6 7 8 |
# File 'app/models/iron/oauth/token.rb', line 6 def scope @scope end |