| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
LoginResponse |
AuthApi.authPost(LoginPayload body)
Log into your account
|
com.squareup.okhttp.Call |
AuthApi.authPostAsync(LoginPayload body,
ApiCallback<LoginResponse> callback)
Log into your account (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authPostCall(LoginPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authPost
|
ApiResponse<LoginResponse> |
AuthApi.authPostWithHttpInfo(LoginPayload body)
Log into your account
|
| Modifier and Type | Method and Description |
|---|---|
LoginPayload |
LoginPayload.disable2FA(Boolean disable2FA) |
LoginPayload |
LoginPayload.password(String password) |
LoginPayload |
LoginPayload.twoFactorAuthCode(String twoFactorAuthCode) |
LoginPayload |
LoginPayload.userName(String userName) |
Copyright © 2019. All rights reserved.