Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/IAuth
Description
Authenticate a local user. If necessary, retrieve and maintain an access token for the duration of the auth session.
Returns Errors::InvalidUser when no user has been associated with the provided credentials. GetLinkAccountContinuationId can then be used to retrieve a continuance token which can be passed to either CreateAccount or LinkAccount.
| Name | Login |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path | #include "Online/Auth.h" |
TOnlineAsyncOpHandle < FAuthLogin > Login
(
FAuthLogin::Params && Params
)