Example #1
0
 public Task SetSecurityStampAsync(TUser user, string stamp)
 {
     return(_userStore.SetSecurityStampAsync(Mapper.Map <IdentityUser>(user), stamp));
 }