Navigation
API > API/Plugins > API/Plugins/OnlineServicesEOSGS > API/Plugins/OnlineServicesEOSGS/Online > API/Plugins/OnlineServicesEOSGS/Online/FAuthEOSGS
- IAuth::QueryVerifiedAuthTicket()
- FAuthCommon::QueryVerifiedAuthTicket()
- FAuthEOSGS::QueryVerifiedAuthTicket()
References
| Module | OnlineServicesEOSGS |
| Header | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Public/Online/AuthEOSGS.h |
| Include | #include "Online/AuthEOSGS.h" |
| Source | /Engine/Plugins/Online/OnlineServicesEOSGS/Source/Private/Online/AuthEOSGS.cpp |
virtual TOnlineAsyncOpHandle< FAuthQueryVerifiedAuthTicket > QueryVerifiedAuthTicket
&40;
FAuthQueryVerifiedAuthTicket::Params && Params
&41;
Remarks
Retrieves a ticket which is used to create a verified authentication session on a remote client. When establishing a verified authentication session the user must always call QueryVerifiedAuthTicket to retrieve a new ticket.
To prevent the transmission of PII to a non-trusted destination an audience enumeration is required which may generate an empty ticket in the case of some peer-to-peer implementations. On those platforms user authentication is handled implicitly through the peer-to-peer networking model.
It is the responsibility of the game code to provide an audience enumeration value appropriate for the usage.