WebIDLpedia

AuthenticationExtensionsPRFInputsJSON dictionary

Definition

Web Authentication: An API for accessing Public Key Credentials - Level 3 defines AuthenticationExtensionsPRFInputsJSON


dictionary AuthenticationExtensionsPRFInputsJSON {
    AuthenticationExtensionsPRFValuesJSON eval;
    record<DOMString, AuthenticationExtensionsPRFValuesJSON> evalByCredential;
};

Referring IDL interfaces/dictionaries