Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/IAuth
Description
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.
| Name | QueryVerifiedAuthTicket |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path | #include "Online/Auth.h" |
TOnlineAsyncOpHandle < FAuthQueryVerifiedAuthTicket > QueryVerifiedAuthTicket
(
FAuthQueryVerifiedAuthTicket::Params && Params
)