4 references to RemovePasskeyAsync
Microsoft.AspNetCore.Identity.Test (4)
UserManagerTest.cs (4)
739var result = await userManager.RemovePasskeyAsync(user, credentialId); 1121await Assert.ThrowsAsync<ArgumentNullException>("credentialId", async () => await manager.RemovePasskeyAsync(new PocoUser(), null)); 1230async () => await manager.RemovePasskeyAsync(null, null)); 1274await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.RemovePasskeyAsync(null, null));