RequestFirstSetPassword
AndroidiOSWindows
If you were looking for the method for use with Unity, see RequestFirstSetPassword for Unity SDK.
If you were looking for the method for use with Unity, see RequestFirstSetPassword for Unity SDK.
Sets a player password during first login.
function
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void UINTLSDKAPI::RequestFirstSetPassword(const int32 VerifyType,
const FString VerifyCode,
const int32 AccountType,
const FString Account,
const FString PhoneAreaCode,
const FString Password,
const FString Uid,
const FString Token,
const FString ExtraJson)
Observers
The callback processing interface is AuthResultObserver. The callback data structure is AuthResult.
The callback methodID is kMethodIDAuthFirstSetPassword
。
Code sample
INTLAPI.RequestFirstSetPassword();
Return value
Returns player Uid
and Token
data.