Interface: ExportedCredential
Types.ExportedCredential
Export
Interface
ExportedCredential
Properties
id
• id: string
The ID of the credential
Memberof
ExportedCredential
label
• Optional
label: string
Memberof
ExportedCredential
last_used
• Optional
last_used: Date
The time when the credential was last used to authenticate successfully
Memberof
ExportedCredential
params
• Optional
params: object
A set of key-value pair parameters for the credential. The required parameters depend on the type of credential. For public key credentials, the following are required:
- PublicKey : base64-encoded public key
- AttestationType : should be "public-key" for public keys
- Authenticator : a map of key-value pairs, including the key "AAGUID" mapped to the base64-encoded AAGUID of the authenticator device
Memberof
ExportedCredential
type
• type: CredentialType
Memberof
ExportedCredential