1 implementation of SetTokenAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
828public virtual async Task SetTokenAsync(TUser user, string loginProvider, string name, string? value, CancellationToken cancellationToken)
1 reference to SetTokenAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
2357await store.SetTokenAsync(user, loginProvider, tokenName, tokenValue, CancellationToken).ConfigureAwait(false);