Interface AuthenticationExtensionsPRFOutputs

    interface AuthenticationExtensionsPRFOutputs {
        enabled?: boolean;
        results?: AuthenticationExtensionsPRFValues;
    }

    Properties

    Properties

    enabled?: boolean