Interface Passkey

Describes a passkey.

interface Passkey {
    @type: "passkey";
    addition_date: number;
    id: string;
    last_usage_date: number;
    name: string;
    software_icon_custom_emoji_id: string;
}

Properties

@type: "passkey"
addition_date: number

Point in time (Unix timestamp) when the passkey was added.

id: string

Unique identifier of the passkey.

last_usage_date: number

Point in time (Unix timestamp) when the passkey was used last time; 0 if never.

name: string

Name of the passkey.

software_icon_custom_emoji_id: string

Identifier of the custom emoji that is used as the icon of the software, which created the passkey; 0 if unknown.