public void Initialize() { collection = new FamilySearchCollectionState(new Uri("https://sandbox.familysearch.org/platform/collections/sources")); collection.AuthenticateViaOAuth2Password(Resources.TestUserName, Resources.TestPassword, Resources.TestClientId); subcollections = (CollectionsState)collection.ReadSubcollections().Get(); cleanup = new List<GedcomxApplicationState>(); }
public void Initialize() { collection = new FamilySearchCollectionState(new Uri("https://sandbox.familysearch.org/platform/collections/sources")); collection.AuthenticateViaOAuth2Password(Resources.TestUserName, Resources.TestPassword, Resources.TestClientId); subcollections = (CollectionsState)collection.ReadSubcollections().Get(); cleanup = new List <GedcomxApplicationState>(); }