interface ResponseCredential {
    response: {
        clientDataJSON: ArrayBuffer;
    };
}

Properties

Properties

response: {
    clientDataJSON: ArrayBuffer;
}

Type declaration

  • clientDataJSON: ArrayBuffer