LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerTransferProvidersBetweenAccountsRequest Struct Reference

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.
 

Detailed Description

Request to transfer one or more identity providers from a source player account to a target player account using their respective session tokens.

Field Documentation

◆ Identity_providers

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.

◆ Source_token

FString FLootLockerTransferProvidersBetweenAccountsRequest::Source_token = ""

Session token belonging to the player to move platforms FROM.

◆ Target_token

FString FLootLockerTransferProvidersBetweenAccountsRequest::Target_token = ""

Session token belonging to the player to move platforms TO.