Exemplo n.º 1
0
        public async Task GetUserProfile()
        {
            LoginResponse response = await _subject.LoginAsync("spectrotest", "1ICwn*3^o4g5", CancellationToken.None);

            _subject.SetCookieSessionId(response.AuthCookieToken);
            var profile = await _subject.GetUserProfileAsync();

            Assert.NotNull(profile);
        }