Skip to main content
Version: 9.1.0

Function: resetInternetCredentials()

resetInternetCredentials(serverOrOptions): Promise<void>

Deletes all internet password keychain entries for the given server.

Parameters

serverOrOptions: string | BaseOptions

Returns

Promise<void>

Resolves when the operation is completed.

Example

await Keychain.resetInternetCredentials('https://example.com');
console.log('Credentials reset for server');

Defined in

index.ts:225