In the current Python code I cannot find any interface to specify a TokenProvider similar to the C# SDK. When can this be expected?
http://msdn.microsoft.com/en-us/library/microsoft.servicebus.tokenprovider.aspx
We would like to have this code working using the Python API.
MessagingFactory listenMF = MessagingFactory.Create(endpoints, new StaticSASTokenProvider(subscriptionToken));
SubscriptionClient sc = listenMF.CreateSubscriptionClient(topicPath, subscriptionName);
In the current Python code I cannot find any interface to specify a TokenProvider similar to the C# SDK. When can this be expected?
http://msdn.microsoft.com/en-us/library/microsoft.servicebus.tokenprovider.aspx
We would like to have this code working using the Python API.