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