Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 695 Bytes

SchemasPasskey.md

File metadata and controls

26 lines (20 loc) · 695 Bytes

ClerkBackend::SchemasPasskey

Properties

Name Type Description Notes
id String [optional]
object String String representing the object's type. Objects of the same type share the same value.
name String
last_used_at Integer Unix timestamp of when the passkey was last used.
verification SchemasPasskeyVerification

Example

require 'clerk-sdk-ruby-backend'

instance = ClerkBackend::SchemasPasskey.new(
  id: null,
  object: null,
  name: null,
  last_used_at: null,
  verification: null
)