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
/// Start an account linking process on behalf of the currently signed in player
1072
1070
/// When you want to link an additional provider to a player, you start by initiating an account link.The player can then navigate to the online link flow using the code_page_url and code, or the qr_code and continue the linking process.
1073
-
/// For the duration of the linking process you can check the status using the CheckStatusOfAccountLinkingProcess method.
1071
+
/// For the duration of the linking process you can check the status using the CheckAccountLinkingProcessStatus method.
1074
1072
/// Returned from this method is the ID of the linking process, make sure to save that so that you can check the status of the process later.
0 commit comments