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

Request to connect a Google account to the current player account using an ID token and a specific OAuth2 client platform. More...

#include <LootLockerConnectedAccountsRequestHandler.h>

Data Fields

FString Id_token = ""
 The Id Token from google sign in.
 
FString Platform = ""
 Google OAuth2 ClientID platform.
 

Detailed Description

Request to connect a Google account to the current player account using an ID token and a specific OAuth2 client platform.

Field Documentation

◆ Id_token

FString FLootLockerConnectGoogleProviderToAccountWithPlatformRequest::Id_token = ""

The Id Token from google sign in.

◆ Platform

FString FLootLockerConnectGoogleProviderToAccountWithPlatformRequest::Platform = ""

Google OAuth2 ClientID platform.