Method: OryClient::SuccessfulNativeLogin#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



108
109
110
111
112
# File 'lib/ory-client/models/successful_native_login.rb', line 108

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