コード例 #1
0
ファイル: UserTest.cs プロジェクト: itetcetera/csharp-sdk
        public async Task LoginByEmail()
        {
            await LCUser.LoginByEmail("*****@*****.**", "world");

            LCUser current = await LCUser.GetCurrent();

            Assert.NotNull(current.ObjectId);
        }