You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
**NOTE: `AccountStore` is now deprecated. We recommend using [Xamarin.Essentials SecureStorage](https://docs.microsoft.com/en-us/xamarin/essentials/secure-storage) as a replacement. We have written a [migration guide](https://github.com/xamarin/Xamarin.Auth/wiki/Migrating-from-AccountStore-to-Xamarin.Essentials-SecureStorage) which includes a helper class for migrating both your data and code to use Xamarin.Essentials SecureStorage.**
677
+
**NOTE: `AccountStore` is now deprecated. We recommend using [Xamarin.Essentials SecureStorage](https://docs.microsoft.com/en-us/xamarin/essentials/secure-storage) as a replacement. We have written a [migration guide](https://aka.ms/xamarin-auth-accountstore-migration-guide) which includes a helper class for migrating both your data and code to use Xamarin.Essentials SecureStorage.**
678
678
679
679
Xamarin.Auth securely stores `Account` objects so that users don't always have to re-authenticate
680
680
the user. The `AccountStore` class is responsible for storing `Account` information, backed by
@@ -687,7 +687,7 @@ Creating `AccountStore` on Android:
687
687
688
688
```csharp
689
689
// On Android:
690
-
// DEPRECATED: See the [Xamarin.Essentials SecureStorage Migration Guide](https://github.com/xamarin/Xamarin.Auth/wiki/Migrating-from-AccountStore-to-Xamarin.Essentials-SecureStorage)
690
+
// DEPRECATED: See https://aka.ms/xamarin-auth-accountstore-migration-guide
@@ -696,7 +696,7 @@ Creating `AccountStore` on iOS:
696
696
697
697
```csharp
698
698
// On iOS:
699
-
// DEPRECATED: See the [Xamarin.Essentials SecureStorage Migration Guide](https://github.com/xamarin/Xamarin.Auth/wiki/Migrating-from-AccountStore-to-Xamarin.Essentials-SecureStorage)
699
+
// DEPRECATED: See https://aka.ms/xamarin-auth-accountstore-migration-guide
@@ -718,7 +718,7 @@ Retrieving accounts on Android:
718
718
719
719
```csharp
720
720
// On Android:
721
-
// DEPRECATED: See the [Xamarin.Essentials SecureStorage Migration Guide](https://github.com/xamarin/Xamarin.Auth/wiki/Migrating-from-AccountStore-to-Xamarin.Essentials-SecureStorage)
721
+
// DEPRECATED: See https://aka.ms/xamarin-auth-accountstore-migration-guide
// DEPRECATED: See the [Xamarin.Essentials SecureStorage Migration Guide](https://github.com/xamarin/Xamarin.Auth/wiki/Migrating-from-AccountStore-to-Xamarin.Essentials-SecureStorage)
730
+
// DEPRECATED: See https://aka.ms/xamarin-auth-accountstore-migration-guide
0 commit comments