Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.47 KB

pfauthenticationreloginwithgoogleaccountasync.md

File metadata and controls

58 lines (36 loc) · 1.47 KB
author title description ms.author ms.topic ms.service ms.date
jasonsandlin
PFAuthenticationReLoginWithGoogleAccountAsync
Reauthenticates an existing PFEntityHandle. Used to address situations where the EntityToken expired and the PlayFab SDK is unable to refresh it.
jasonsa
reference
playfab
02/22/2024

PFAuthenticationReLoginWithGoogleAccountAsync

Reauthenticates an existing PFEntityHandle. Used to address situations where the EntityToken expired and the PlayFab SDK is unable to refresh it.

Syntax

HRESULT PFAuthenticationReLoginWithGoogleAccountAsync(  
    PFEntityHandle entityHandle,  
    const PFAuthenticationLoginWithGoogleAccountRequest* request,  
    XAsyncBlock* async  
)  

Parameters

entityHandle   PFEntityHandle

PFEntityHandle to re-login.

request   PFAuthenticationLoginWithGoogleAccountRequest*

Populated request object.

async   XAsyncBlock*
Inout

XAsyncBlock for the async operation.

Return value

Type: HRESULT

Result code for this API operation.

Remarks

Call XAsyncGetStatus to get the status of the operation. If successful, the cached EntityToken for the PFEntityHandle will be updated in place.

Requirements

Header: PFAuthentication.h

See also

PFAuthentication members