Auth0 Universal Components
    Preparing search index...

    Interface Passkey

    interface Passkey {
        createdAt?: string;
        deviceInfo?: string;
        id: string;
        lastUsedAt?: string;
        name?: string;
    }
    Index

    Properties

    createdAt?: string
    deviceInfo?: string
    id: string
    lastUsedAt?: string
    name?: string