![]() |
LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
|
Request to transfer one or more identity providers from a source player account to a target player account using their respective session tokens. More...
#include <LootLockerConnectedAccountsRequestHandler.h>
Data Fields | |
| FString | Source_token = "" |
| Session token belonging to the player to move platforms FROM. | |
| FString | Target_token = "" |
| Session token belonging to the player to move platforms TO. | |
| TArray< FString > | Identity_providers |
| List of identity providers to move FROM the account authenticated by the source token TO the account authenticated by the target token. | |
Request to transfer one or more identity providers from a source player account to a target player account using their respective session tokens.
| TArray<FString> FLootLockerTransferProvidersBetweenAccountsRequest::Identity_providers |
List of identity providers to move FROM the account authenticated by the source token TO the account authenticated by the target token.
| FString FLootLockerTransferProvidersBetweenAccountsRequest::Source_token = "" |
Session token belonging to the player to move platforms FROM.
| FString FLootLockerTransferProvidersBetweenAccountsRequest::Target_token = "" |
Session token belonging to the player to move platforms TO.