Class: LogiAuth::Server::Session
- Inherits:
-
Struct
- Object
- Struct
- LogiAuth::Server::Session
- Defined in:
- lib/logi_auth/server.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#email ⇒ Object
Returns the value of attribute email.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#id_token ⇒ Object
Returns the value of attribute id_token.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#sub ⇒ Object
Returns the value of attribute sub.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
19 20 21 |
# File 'lib/logi_auth/server.rb', line 19 def access_token @access_token end |
#claims ⇒ Object
Returns the value of attribute claims
19 20 21 |
# File 'lib/logi_auth/server.rb', line 19 def claims @claims end |
#email ⇒ Object
Returns the value of attribute email
19 20 21 |
# File 'lib/logi_auth/server.rb', line 19 def email @email end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
19 20 21 |
# File 'lib/logi_auth/server.rb', line 19 def expires_at @expires_at end |
#id_token ⇒ Object
Returns the value of attribute id_token
19 20 21 |
# File 'lib/logi_auth/server.rb', line 19 def id_token @id_token end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token
19 20 21 |
# File 'lib/logi_auth/server.rb', line 19 def refresh_token @refresh_token end |
#scope ⇒ Object
Returns the value of attribute scope
19 20 21 |
# File 'lib/logi_auth/server.rb', line 19 def scope @scope end |
#sub ⇒ Object
Returns the value of attribute sub
19 20 21 |
# File 'lib/logi_auth/server.rb', line 19 def sub @sub end |