Extends the AuthenticationExtensionsClientInputs from lib.dom.d.ts with LargeBlob and prf types

interface AuthenticationExtensionsClientInputs {
    largeBlob?: AuthenticationExtensionsLargeBlobInputs;
    prf?: AuthenticationExtensionsPRFInputs;
}

Hierarchy

  • AuthenticationExtensionsClientInputs
    • AuthenticationExtensionsClientInputs

Properties

Properties