Method: OryClient::NeedsPrivilegedSessionError#valid?

Defined in:
lib/ory-client/models/needs_privileged_session_error.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



96
97
98
99
100
# File 'lib/ory-client/models/needs_privileged_session_error.rb', line 96

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @redirect_browser_to.nil?
  true
end