LargeBlob extension inputs

interface AuthenticationExtensionsLargeBlobInputs {
    read?: boolean;
    support?: "required" | "preferred";
    write?: BufferSource;
}

Properties

Properties

read?: boolean

A boolean that indicates that the Relying Party would like to fetch the previously-written blob associated with the asserted credential. Only valid during authentication.

support?: "required" | "preferred"

Only valid during registration.

write?: BufferSource

An opaque byte string that the Relying Party wishes to store with the existing credential. Only valid during authentication.