1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-02 10:12:16 -05: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
No known key found for this signature in database
GPG Key ID: 4EC16E465CD9F4E1

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()
{