blob: 7ddea91d31404b1a020a5d05796b966ec1f3e2df [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_UI_INCOGNITO_REAUTH_INCOGNITO_REAUTH_UTIL_H_
#define IOS_CHROME_BROWSER_UI_INCOGNITO_REAUTH_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_UI_INCOGNITO_REAUTH_INCOGNITO_REAUTH_UTIL_H_