Interface AuthenticatorResponse

    Available only in secure contexts.

    MDN Reference

    interface AuthenticatorResponse {
        clientDataJSON: ArrayBuffer;
    }
    Hierarchy

    Properties

    Properties

    clientDataJSON: ArrayBuffer