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
/// Disconnect account from the currently logged in account
823
+
///
824
+
/// Use this to disconnect an account (like a Google or Apple account) that can be used to start sessions for this LootLocker account so that it is no longer allowed to do that
825
+
/// </summary>
826
+
/// <param name="accountToDisconnect">What account to disconnect from this LootLocker Account</param>
827
+
/// <param name="onComplete">onComplete Action for handling the response</param>
/// Connect a Google Account (with a Google Platform specified) to the currently logged in LootLocker account allowing that google account to start sessions for this player
863
+
/// </summary>
864
+
/// <param name="idToken">The Id Token from google sign in</param>
/// Connect an Apple Account (authorized by Rest Sign In) to the currently logged in LootLocker account allowing that google account to start sessions for this player
884
+
/// </summary>
885
+
/// <param name="authorizationCode">Authorization code, provided by apple during Sign In</param>
886
+
/// <param name="onComplete">onComplete Action for handling the response</param>
0 commit comments