Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/IAuth
Description
Retrieves a token appropriate for linking the service account with a service account of a different service type. On most platforms this will return an OpenId token. May return a cached token, but will handle refreshing if necessary.
| Name | QueryExternalAuthToken |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path | #include "Online/Auth.h" |
TOnlineAsyncOpHandle < FAuthQueryExternalAuthToken > QueryExternalAuthToken
(
FAuthQueryExternalAuthToken::Params && Params
)