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');