Class: WorkOS::SessionManager::AuthError

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



103
104
105
# File 'lib/workos/session_manager.rb', line 103

def authenticated
  @authenticated
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



103
104
105
# File 'lib/workos/session_manager.rb', line 103

def reason
  @reason
end