Skip to main content

Function: getAllGenericPasswordServices()

getAllGenericPasswordServices(): Promise<string[]>

Gets all service keys used in generic password keychain entries.

Returns

Promise<string[]>

Resolves to an array of strings representing service keys.

Example

const services = await Keychain.getAllGenericPasswordServices();
console.log('Services:', services);

Defined in

index.ts:341