Interface PasskeyEnrollmentChallengeOptions

interface PasskeyEnrollmentChallengeOptions {
    connection?: string;
    identity_user_id?: string;
    type: "passkey";
}

Properties

connection?: string
identity_user_id?: string
type: "passkey"