Relative Content

Tag Archive for servicestack

Phonepe online services

फोनपे टोल फ्री नंबर पर कॉल करें (09343946194) ऑनलाइन शिकायत (9343946194 शिकायत दर्ज करना चाहते हैं, तो “हमसे संपर्क करें” चुनेंफोनपे टोल फ्री नंबर पर कॉल करें (-9343+9461+94—) ऑनलाइन शिकायत (9343946194 शिकायत दर्ज करना चाहते हैं, तो “हमसे संपर्क करें” चुनेंl.o. Please sign in to rate this answer.

How to work around a breaking change in ServiceStack.AuthDtos removing oauth_token

With the release of ServiceStack v.8.1.0, the authDtos.cs dropped the oauth_token property on the Authenticate class. I guess we were never supposed to use it and we were supposed to use AccessToken, but, alas, my company didn’t know that. We built our APIs to read oauth_token in our overrides of the AuthenticateAsync. Now we can’t upgrade beyond v.8.0 without an overhaul of our clients to pass AccessToken instead of oauth_token.