Interface AuthenticationExtensionsLargeBlobOutputs

LargeBlob extension outputs

interface AuthenticationExtensionsLargeBlobOutputs {
    blob?: ArrayBuffer;
    supported?: boolean;
    written?: boolean;
}

Properties

blob?: ArrayBuffer

The opaque byte string that was associated with the credential identified by rawId. Only valid if read was true.

supported?: boolean

True if, and only if, the created credential supports storing large blobs. Only present in registration outputs.

written?: boolean

A boolean that indicates that the contents of write were successfully stored on the authenticator, associated with the specified credential.