Documentation
    Preparing search index...

    Interface CollectedClientData

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

    Properties

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