Class: WorkOS::SessionManager::RefreshError
- Inherits:
-
Struct
- Object
- Struct
- WorkOS::SessionManager::RefreshError
- Defined in:
- lib/workos/session_manager.rb
Instance Attribute Summary collapse
-
#authenticated ⇒ Object
Returns the value of attribute authenticated.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#authenticated ⇒ Object
Returns the value of attribute authenticated
110 111 112 |
# File 'lib/workos/session_manager.rb', line 110 def authenticated @authenticated end |
#reason ⇒ Object
Returns the value of attribute reason
110 111 112 |
# File 'lib/workos/session_manager.rb', line 110 def reason @reason end |