public class AuthenticationApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationApi.LoginOptions |
| Constructor and Description |
|---|
AuthenticationApi() |
AuthenticationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
LoginInformation |
login()
Gets login information for a specified user.
|
LoginInformation |
login(AuthenticationApi.LoginOptions options)
Gets login information for a specified user.
|
void |
setApiClient(ApiClient apiClient) |
public AuthenticationApi()
public AuthenticationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public LoginInformation login() throws ApiException
ApiExceptionpublic LoginInformation login(AuthenticationApi.LoginOptions options) throws ApiException
ApiException - if fails to make API callCopyright © 2016. All rights reserved.