Class: WorkOS::SessionManager::AuthError
- Inherits:
-
Struct
- Object
- Struct
- WorkOS::SessionManager::AuthError
- 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
103 104 105 |
# File 'lib/workos/session_manager.rb', line 103 def authenticated @authenticated end |
#reason ⇒ Object
Returns the value of attribute reason
103 104 105 |
# File 'lib/workos/session_manager.rb', line 103 def reason @reason end |