GetLIUidAndTokenForAdultCert
AndroidiOSWindows
If you were looking for the method for use with Unity, see GetLIUidAndTokenForAdultCert for Unity SDK.
If you were looking for the method for use with Unity, see GetLIUidAndTokenForAdultCert for Unity SDK.
When logging in to a third-party channel, call GetLIUidAndTokenForAdultCert
to obtain LI PASS and minor authentication information. This API is not needed when logging in to LI PASS.
Function definition
UFUNCTION(BlueprintCallable, Category = "LevelInfinite")
static void GetLIUidAndTokenForAdultCert();
Observers
The callback processing interface is AuthAccountResultObserver. The callback data structure is AccountResult.
The callback methodID is kMethodIDAuthGetLIUidAndTokenForCert
.
Code sample
ULevelInfiniteAPI::GetLIUidAndTokenForAdultCert();