public interface LoginSessionClient
Modifier and Type | Field and Description |
---|---|
static String |
LOGIN_SESSIONS_URI |
Modifier and Type | Method and Description |
---|---|
LoginSession |
authenticate(LoginInformation loginInformation)
Authenticate user with specified credentials.
|
static final String LOGIN_SESSIONS_URI
LoginSession authenticate(LoginInformation loginInformation)
loginInformation
- object containing the authentication details.LoginSession
in case of a successful login, contains the sessionId
for further requests.Copyright © 2017. All rights reserved.