Class: WorkOS::SessionManager::RefreshSuccess
- Inherits:
-
Struct
- Object
- Struct
- WorkOS::SessionManager::RefreshSuccess
- Defined in:
- lib/workos/session_manager.rb
Instance Attribute Summary collapse
-
#authenticated ⇒ Object
Returns the value of attribute authenticated.
-
#entitlements ⇒ Object
Returns the value of attribute entitlements.
-
#feature_flags ⇒ Object
Returns the value of attribute feature_flags.
-
#impersonator ⇒ Object
Returns the value of attribute impersonator.
-
#organization_id ⇒ Object
Returns the value of attribute organization_id.
-
#permissions ⇒ Object
Returns the value of attribute permissions.
-
#role ⇒ Object
Returns the value of attribute role.
-
#roles ⇒ Object
Returns the value of attribute roles.
-
#sealed_session ⇒ Object
Returns the value of attribute sealed_session.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#authenticated ⇒ Object
Returns the value of attribute authenticated
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def authenticated @authenticated end |
#entitlements ⇒ Object
Returns the value of attribute entitlements
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def entitlements @entitlements end |
#feature_flags ⇒ Object
Returns the value of attribute feature_flags
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def feature_flags @feature_flags end |
#impersonator ⇒ Object
Returns the value of attribute impersonator
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def impersonator @impersonator end |
#organization_id ⇒ Object
Returns the value of attribute organization_id
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def organization_id @organization_id end |
#permissions ⇒ Object
Returns the value of attribute permissions
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def @permissions end |
#role ⇒ Object
Returns the value of attribute role
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def role @role end |
#roles ⇒ Object
Returns the value of attribute roles
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def roles @roles end |
#sealed_session ⇒ Object
Returns the value of attribute sealed_session
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def sealed_session @sealed_session end |
#session_id ⇒ Object
Returns the value of attribute session_id
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def session_id @session_id end |
#user ⇒ Object
Returns the value of attribute user
105 106 107 |
# File 'lib/workos/session_manager.rb', line 105 def user @user end |