Interface AuthenticationExtensionsClientInputs

interface AuthenticationExtensionsClientInputs {
    appid?: string;
    credProps?: boolean;
    hmacCreateSecret?: boolean;
    minPinLength?: boolean;
    prf?: AuthenticationExtensionsPRFInputs;
}

Properties

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