예제 #1
0
        public async Task TestMethod1()
        {
            await Run(async ct =>
            {
                var token = _factory.Token(TrelloAuthorization.Default.UserToken);
                await token.Refresh(true, ct);

                Console.WriteLine(token);

                Assert.IsNotNull(token);
            });
        }