OBJECT
Passkey
Description
Represents the webauthn passkey.
link GraphQL Schema definition
- type Passkey {
- # Browser on which passkey was created.
- : String!
- # Time at which passkey was created.
- : DateTime
- # Credential ID as returned by authenticator.
- : String!
- # Type of the passkey.
- : KeyTypeEnumType!
- # OS on which passkey was created.
- : String!
- # Name of the passkey.
- : String!
- # Last time at which user was validated using this passkey.
- : DateTime
- }