1 implementation of GetAuthenticatorKeyAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
905public virtual Task<string?> GetAuthenticatorKeyAsync(TUser user, CancellationToken cancellationToken)
1 reference to GetAuthenticatorKeyAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
2405return store.GetAuthenticatorKeyAsync(user, CancellationToken);