1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 20:23:21 +00:00

[PM-15906] Add feature flags for Android single tap passkey flows (#5334)

Add feature flags to control single tap passkey creation and authentication in the Android client.
This commit is contained in:
Patrick Honkonen
2025-01-28 13:39:19 -05:00
committed by Robyn MacCallum
parent 66c32ee275
commit 1999166810

View File

@@ -166,6 +166,8 @@ public static class FeatureFlagKeys
public const string RecordInstallationLastActivityDate = "installation-last-activity-date";
public const string EnablePasswordManagerSyncAndroid = "enable-password-manager-sync-android";
public const string EnablePasswordManagerSynciOS = "enable-password-manager-sync-ios";
public const string SingleTapPasskeyCreation = "single-tap-passkey-creation";
public const string SingleTapPasskeyAuthentication = "single-tap-passkey-authentication";
public static List<string> GetAllKeys()
{