3 references to RemoveAuthenticationTokenAsync
Microsoft.AspNetCore.Identity.Specification.Tests (2)
UserManagerSpecificationTests.cs (2)
1735
IdentityResultAssert.IsSuccess(await manager.
RemoveAuthenticationTokenAsync
(user, "whatevs", "name"));
1738
IdentityResultAssert.IsSuccess(await manager.
RemoveAuthenticationTokenAsync
(user, "provider", "name"));
Microsoft.AspNetCore.Identity.Test (1)
UserManagerTest.cs (1)
945
await VerifyException<NotSupportedException>(async () => await manager.
RemoveAuthenticationTokenAsync
(null, null, null), error);