Class: WorkOS::SessionManager::RefreshError

Inherits:
Struct
  • Object
show all
Defined in:
lib/workos/session_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authenticatedObject

Returns the value of attribute authenticated

Returns:

  • (Object)

    the current value of authenticated



110
111
112
# File 'lib/workos/session_manager.rb', line 110

def authenticated
  @authenticated
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



110
111
112
# File 'lib/workos/session_manager.rb', line 110

def reason
  @reason
end