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