Function: getAllGenericPasswordServices()
getAllGenericPasswordServices(
options
?):Promise
<string
[]>
Gets all service keys used in generic password keychain entries.
Parameters
• options?: GetAllOptions
Returns
Promise
<string
[]>
Resolves to an array of strings representing service keys.
Example
const services = await Keychain.getAllGenericPasswordServices();
console.log('Services:', services);