1 implementation of GetTokenAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
875
public virtual async Task<string?>
GetTokenAsync
(TUser user, string loginProvider, string name, CancellationToken cancellationToken)
1 reference to GetTokenAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
2334
return store.
GetTokenAsync
(user, loginProvider, tokenName, CancellationToken);