public void RemoveTwoFactorAuthToken(TwoFactorAuthToken item) { TwoFactorAuthTokenCollection.Remove((TwoFactorAuthToken)item); }
public void AddTwoFactorAuthToken(TwoFactorAuthToken item) { TwoFactorAuthTokenCollection.Add(new TwoFactorAuthToken { Token = item.Token, Issued = item.Issued, UserId = this.ID }); }