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

Request to connect a remote session lease to the current player account using the lease code and its nonce. More...

#include <LootLockerConnectedAccountsRequestHandler.h>

Data Fields

FString Code = ""
 The unique code for this leasing process, this is what identifies the leasing process and that is used to interact with it.
 
FString Nonce = ""
 The nonce used to sign usage of the lease code.
 

Detailed Description

Request to connect a remote session lease to the current player account using the lease code and its nonce.

Field Documentation

◆ Code

FString FLootLockerConnectRemoteSessionToAccountRequest::Code = ""

The unique code for this leasing process, this is what identifies the leasing process and that is used to interact with it.

◆ Nonce

FString FLootLockerConnectRemoteSessionToAccountRequest::Nonce = ""

The nonce used to sign usage of the lease code.