In this latest developer's blog post (find it here on the ArcGIS Blog ), learn how about the changes introduced to authentication APIs as part of a long-term effort to simplify and align the .NET Maps SDK with other Native Maps SDKs. Key enhancements include:
- New credential types that align with common OAuth flows
- Server certificate validation callbacks for all platforms
- HTTP request/response interceptors for improved monitoring and debugging
- JSON-based credential persistence
- Deprecation of legacy APIs that accumulated complexity over time
This blog post will guide you through the transition, highlighting new capabilities, outlining clear paths from deprecated APIs, and providing practical code examples to help you implement these changes quickly and confidently.
