Skip to content

Commit 2defb69

Browse files
committed
read me update
1 parent 738e1c4 commit 2defb69

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
@@ -401,6 +407,7 @@ else
401407
### PlayFab Social Signin based Authentication with CustomUI
402408
1) 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
406413
1) Start by calling GuestLogin, and that's it.

0 commit comments

Comments
 (0)