My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.LoginWithAppleRequest Class Reference
Inheritance diagram for PlayFab.ClientModels.LoginWithAppleRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

bool? CreateAccount
 Automatically create a PlayFab account if one is not currently linked to this ID.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
string EncryptedRequest
 Base64 encoded body that is encrypted with the Title's public RSA key (Enterprise Only).
 
string IdentityToken
 The JSON Web token (JWT) returned by Apple after login. Represented as the identityToken field in the authorization credential payload.
 
GetPlayerCombinedInfoRequestParams InfoRequestParameters
 Flags for which pieces of info to return for the user.
 
string PlayerSecret
 Player secret that is used to verify API request signatures (Enterprise Only).
 
string TitleId
 Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: