Skip to content

Commit

Permalink
[PM-16157] Add feature flag for mTLS support in Android client
Browse files Browse the repository at this point in the history
Add a feature flag to control support for selecting a mutual TLS client certificate within the Android client.
  • Loading branch information
SaintPatrck committed Jan 28, 2025
1 parent 6d7bdb6 commit 7636ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public static class FeatureFlagKeys
public const string EnablePasswordManagerSyncAndroid = "enable-password-manager-sync-android";
public const string EnablePasswordManagerSynciOS = "enable-password-manager-sync-ios";
public const string AccountDeprovisioningBanner = "pm-17120-account-deprovisioning-admin-console-banner";
public const string AndroidMutualTls = "mutual-tls";

public static List<string> GetAllKeys()
{
Expand Down

0 comments on commit 7636ff9

Please sign in to comment.