interface CollectedClientData {
    challenge: string;
    crossOrigin?: boolean;
    origin: string;
    tokenBinding?: {
        id?: string;
        status: "present" | "supported" | "not-supported";
    };
    type: string;
}

Properties

challenge: string
crossOrigin?: boolean
origin: string
tokenBinding?: {
    id?: string;
    status: "present" | "supported" | "not-supported";
}
type: string