@nextcloud/dialogs
    Preparing search index...

    Interface AuthenticationExtensionsClientInputs

    interface AuthenticationExtensionsClientInputs {
        appid?: string;
        credentialProtectionPolicy?: string;
        credProps?: boolean;
        enforceCredentialProtectionPolicy?: boolean;
        hmacCreateSecret?: boolean;
        largeBlob?: AuthenticationExtensionsLargeBlobInputs;
        minPinLength?: boolean;
        prf?: AuthenticationExtensionsPRFInputs;
    }
    Index

    Properties

    appid?: string
    credentialProtectionPolicy?: string
    credProps?: boolean
    enforceCredentialProtectionPolicy?: boolean
    hmacCreateSecret?: boolean
    minPinLength?: boolean