Implemented interface member:
method
GetTokenAsync
Microsoft.AspNetCore.Identity.IUserAuthenticationTokenStore<TUser>.GetTokenAsync(TUser, System.String, System.String, System.Threading.CancellationToken)
3 references to GetTokenAsync
Microsoft.Extensions.Identity.Stores (3)
UserStoreBase.cs (3)
906=> GetTokenAsync(user, InternalLoginProvider, AuthenticatorKeyTokenName, cancellationToken); 920var mergedCodes = await GetTokenAsync(user, InternalLoginProvider, RecoveryCodeTokenName, cancellationToken).ConfigureAwait(false) ?? ""; 974var mergedCodes = await GetTokenAsync(user, InternalLoginProvider, RecoveryCodeTokenName, cancellationToken).ConfigureAwait(false) ?? "";