File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,6 +278,12 @@ In a C++ UObject with a series of pass through **[UFUNCTIONS]** setup similarly
278278 */
279279 void PlayFabLogin(const FString& UsernameIn, const FString& PasswordIn, const bool ForceCreateAccountIn);
280280
281+ /**
282+ * Used to authenticate using a Session Ticket
283+ * @param SessionTicket Session Ticket to login with
284+ */
285+ void PlayfabAuthenticateWithSessionTicket(const FString& SessionTicket);
286+
281287 /**
282288 * Used to complete Email based authentication, whether it be for normal Authentication OR Federation
283289 * @param CodeIn Received Code from email
401407### PlayFab Social Signin based Authentication with CustomUI
4024081 ) Start by calling either PlayFabLogin (Login With Existing)
403409 or PlayFabRegisterAndLogin (Create a new PlayFab account & Login with it) that's it.
410+ or PlayfabAuthenticateWithSessionTicket (Authenticate with a PlayFab Session Ticket)
404411
405412### Guest Login with CustomUI
4064131 ) Start by calling GuestLogin, and that's it.
You can’t perform that action at this time.
0 commit comments