blob: d35e63fbbaa1d5eb6ae7accc88141e5bccef7275 [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_CREDENTIAL_PROVIDER_EXTENSION_PASSWORD_UTIL_H_
#define IOS_CHROME_CREDENTIAL_PROVIDER_EXTENSION_PASSWORD_UTIL_H_
#import <Foundation/Foundation.h>
// Queries Keychain Services for the passed identifier password.
NSString* PasswordWithKeychainIdentifier(NSString* identifier);
#endif // IOS_CHROME_CREDENTIAL_PROVIDER_EXTENSION_PASSWORD_UTIL_H_