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
Copy file name to clipboardExpand all lines: Runtime/Game/LootLockerSDKManager.cs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -479,7 +479,7 @@ public static void StartGoogleSession(string idToken, Action<LootLockerGoogleSes
479
479
480
480
/// <summary>
481
481
/// Refresh a previous session signed in with Google.
482
-
/// A response code of 401 (Unauthorized) means the refresh token has expired and you'll need to sign in again
482
+
/// A response code of 400 (Bad request) could mean that the refresh token has expired and you'll need to sign in again
483
483
/// The Google sign in platform must be enabled in the web console for this to work.
484
484
/// </summary>
485
485
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerAppleSessionResponse</param>
@@ -491,7 +491,7 @@ public static void RefreshGoogleSession(Action<LootLockerGoogleSessionResponse>
491
491
/// <summary>
492
492
/// Refresh a previous session signed in with Google.
493
493
/// If you do not want to manually handle the refresh token we recommend using the RefreshGoogleSession(Action<LootLockerGoogleSessionResponse> onComplete) method.
494
-
/// A response code of 401 (Unauthorized) means the refresh token has expired and you'll need to sign in again
494
+
/// A response code of 400 (Bad request) could mean that the refresh token has expired and you'll need to sign in again
495
495
/// The Google sign in platform must be enabled in the web console for this to work.
496
496
/// </summary>
497
497
/// <param name="refresh_token">Token received in response from StartGoogleSession request</param>
@@ -544,7 +544,7 @@ public static void StartAppleSession(string authorization_code, Action<LootLocke
544
544
545
545
/// <summary>
546
546
/// Refresh a previous session signed in with Apple
547
-
/// A response code of 401 (Unauthorized) means the refresh token has expired and you'll need to sign in again
547
+
/// A response code of 400 (Bad request) could mean that the refresh token has expired and you'll need to sign in again
548
548
/// The Apple sign in platform must be enabled in the web console for this to work.
549
549
/// </summary>
550
550
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerAppleSessionResponse</param>
@@ -556,7 +556,7 @@ public static void RefreshAppleSession(Action<LootLockerAppleSessionResponse> on
556
556
/// <summary>
557
557
/// Refresh a previous session signed in with Apple
558
558
/// If you do not want to manually handle the refresh token we recommend using the RefreshAppleSession(Action<LootLockerAppleSessionResponse> onComplete) method.
559
-
/// A response code of 401 (Unauthorized) means the refresh token has expired and you'll need to sign in again
559
+
/// A response code of 400 (Bad request) could mean that the refresh token has expired and you'll need to sign in again
560
560
/// The Apple sign in platform must be enabled in the web console for this to work.
561
561
/// </summary>
562
562
/// <param name="refresh_token">Token received in response from StartAppleSession request</param>
/// Refresh a previous session signed in with Apple Game Center
617
-
/// A response code of 401 (Unauthorized) means the refresh token has expired and you'll need to sign in again
617
+
/// A response code of 400 (Bad request) could mean that the refresh token has expired and you'll need to sign in again
618
618
/// The Apple Game Center sign in platform must be enabled in the web console for this to work.
619
619
/// </summary>
620
620
/// <param name="onComplete">onComplete Action for handling the response of type for handling the response of type LootLockerAppleGameCenterSessionResponse</param>
@@ -665,7 +665,7 @@ public static void StartEpicSession(string id_token, Action<LootLockerEpicSessio
665
665
666
666
/// <summary>
667
667
/// Refresh a previous session signed in with Epic
668
-
/// A response code of 401 (Unauthorized) means the refresh token has expired and you'll need to sign in again
668
+
/// A response code of 400 (Bad request) could mean that the refresh token has expired and you'll need to sign in again
669
669
/// The Epic sign in platform must be enabled in the web console for this to work.
670
670
/// </summary>
671
671
/// <param name="onComplete">onComplete Action for handling the response of type LootLockerEpicSessionResponse</param>
@@ -677,7 +677,7 @@ public static void RefreshEpicSession(Action<LootLockerEpicSessionResponse> onCo
677
677
/// <summary>
678
678
/// Refresh a previous session signed in with Epic
679
679
/// If you do not want to manually handle the refresh token we recommend using the RefreshEpicSession(Action<LootLockerEpicSessionResponse> onComplete) method.
680
-
/// A response code of 401 (Unauthorized) means the refresh token has expired and you'll need to sign in again
680
+
/// A response code of 400 (Bad request) could mean that the refresh token has expired and you'll need to sign in again
681
681
/// The Epic sign in platform must be enabled in the web console for this to work.
682
682
/// </summary>
683
683
/// <param name="refresh_token">Token received in response from StartEpicSession request</param>
0 commit comments