LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerStartRemoteSessionResponse Class Reference

Response returned when a remote session is successfully started after an authorized lease. More...

Inherits LootLocker.Requests.LootLockerSessionResponse.

Properties

LootLockerRemoteSessionLeaseStatus lease_status [get, set]
 The current status of this lease process.
 
string refresh_token [get, set]
 A refresh token that can be used to refresh the remote session instead of signing in each time the session token expires.
 
string player_identifier [get, set]
 The player identifier of the player.
 

Detailed Description

Response returned when a remote session is successfully started after an authorized lease.

Property Documentation

◆ lease_status

LootLockerRemoteSessionLeaseStatus LootLocker.Requests.LootLockerStartRemoteSessionResponse.lease_status
getset

The current status of this lease process.

If this is not of the status Authorized, the rest of the fields in this object will be empty.