// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_CHROME_BROWSER_CREDENTIAL_PROVIDER_MODEL_FEATURES_H_
#define IOS_CHROME_BROWSER_CREDENTIAL_PROVIDER_MODEL_FEATURES_H_

#import "base/feature_list.h"

// Feature flag to enable passkey Large Blob support in the credential provider.
BASE_DECLARE_FEATURE(kCredentialProviderPasskeyLargeBlob);

// Feature flag to enable refactored AddCredentials in the credential provider.
BASE_DECLARE_FEATURE(kCredentialProviderRefactoredAddCredentials);

#endif  // IOS_CHROME_BROWSER_CREDENTIAL_PROVIDER_MODEL_FEATURES_H_
