コード例 #1
0
        public async Task UnsubscribeUser_WithNoClientSecret()
        {
            var result = await realtime.RemoveSubscription("joebloggs");

            AssertMissingClientSecretUrlParameter(result);
        }