Class: Passage::User

Inherits:
Struct
  • Object
show all
Defined in:
lib/passageidentity/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def created_at
  @created_at
end

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def email
  @email
end

#email_verifiedObject

Returns the value of attribute email_verified

Returns:

  • (Object)

    the current value of email_verified



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def email_verified
  @email_verified
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def id
  @id
end

#last_login_atObject

Returns the value of attribute last_login_at

Returns:

  • (Object)

    the current value of last_login_at



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def 
  @last_login_at
end

#login_countObject

Returns the value of attribute login_count

Returns:

  • (Object)

    the current value of login_count



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def 
  @login_count
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def phone
  @phone
end

#phone_verifiedObject

Returns the value of attribute phone_verified

Returns:

  • (Object)

    the current value of phone_verified



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def phone_verified
  @phone_verified
end

#recent_eventsObject

Returns the value of attribute recent_events

Returns:

  • (Object)

    the current value of recent_events



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def recent_events
  @recent_events
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def status
  @status
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def updated_at
  @updated_at
end

#user_metadataObject

Returns the value of attribute user_metadata

Returns:

  • (Object)

    the current value of user_metadata



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def 
  @user_metadata
end

#webauthnObject

Returns the value of attribute webauthn

Returns:

  • (Object)

    the current value of webauthn



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def webauthn
  @webauthn
end

#webauthn_devicesObject

Returns the value of attribute webauthn_devices

Returns:

  • (Object)

    the current value of webauthn_devices



25
26
27
# File 'lib/passageidentity/client.rb', line 25

def webauthn_devices
  @webauthn_devices
end