Exemple #1
0
        public async Task DisassociateAuthData()
        {
            LCUser currentUser = await LCUser.Login("hello", "world");

            await currentUser.DisassociateWithAuthData("weixin");
        }