Interface AuthenticationExtensionsClientInputs

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

    Properties

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