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

Properties

Properties

response: { clientDataJSON: ArrayBuffer }