You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Set the CKF_PROTECTED_AUTHENTICATION_PATH flag to automatically trigger the PIN popup
const flags = pkcs11.CKF_PROTECTED_AUTHENTICATION_PATH;
session.login(pkcs11.CKU_USER, null, flags);
The text was updated successfully, but these errors were encountered: