Implemented interface member:
method
SetTokenAsync
Microsoft.AspNetCore.Identity.IUserAuthenticationTokenStore<TUser>.SetTokenAsync(TUser, System.String, System.String, System.String, System.Threading.CancellationToken)
2 references to SetTokenAsync
Microsoft.Extensions.Identity.Stores (2)
UserStoreBase.cs (2)
897=> SetTokenAsync(user, InternalLoginProvider, AuthenticatorKeyTokenName, key, cancellationToken); 955return SetTokenAsync(user, InternalLoginProvider, RecoveryCodeTokenName, mergedCodes, cancellationToken);