Function: resetInternetCredentials()
resetInternetCredentials(
options?):Promise<void>
Deletes all internet password keychain entries for the given server.
Parameters
• options?: BaseOptions
A keychain options object.
Returns
Promise<void>
Resolves when the operation is completed.
Example
await Keychain.resetInternetCredentials('https://example.com');
console.log('Credentials reset for server');