chromium/ios/chrome/browser/incognito_reauth/ui_bundled/incognito_reauth_util.h

// Copyright 2020 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_INCOGNITO_REAUTH_UI_BUNDLED_INCOGNITO_REAUTH_UTIL_H_
#define IOS_CHROME_BROWSER_INCOGNITO_REAUTH_UI_BUNDLED_INCOGNITO_REAUTH_UTIL_H_

#import <Foundation/Foundation.h>

// A string defining the authentication type, e.g. "Face ID" or "Touch ID".
NSString* BiometricAuthenticationTypeString();

#endif  // IOS_CHROME_BROWSER_INCOGNITO_REAUTH_UI_BUNDLED_INCOGNITO_REAUTH_UTIL_H_