Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online > API/Plugins/OnlineServicesInterface/Online/IAuth
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include | #include "Online/Auth.h" |
TOnlineAsyncOpHandle < FAuthLogin > Login
(
FAuthLogin::Params && Params
)
Remarks
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 used to call LinkAccount to associate credentials with the service.