Esri / arcgis-maps-sdk-dotnet-samples

Sample code for ArcGIS Maps SDK for .NET – WPF, WinUI, .NET MAUI
Apache License 2.0
419 stars 519 forks source link

Update authentication call and corrected minor warnings #1530

Closed duffh closed 3 weeks ago

duffh commented 3 weeks ago

Description

Removed deprecated authentication call AuthenticationManager.Current.GenerateCredentialAsync() in favor of new AccessTokenCredential.CreateAsync().

Corrected other minor warnings.

Type of change

Platforms tested on

Checklist