| Package | Description |
|---|---|
| com.dropbuddies.client | |
| com.dropbuddies.core.client |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<InlineResponse2007> |
AuthenticateApi.authenticateAccountTypePost(String accountType,
String email,
String password)
Signin a user by providing their email and password
Generated jwt_token expires after one week, after which you have to call the renew api endpoint
|
retrofit2.Call<InlineResponse2007> |
AccountsApi.authenticateAccountTypePost(String accountType,
String email,
String password)
Signin a user by providing their email and password
Generated jwt_token expires after one week, after which you have to call the renew api endpoint
|
retrofit2.Call<InlineResponse2007> |
AuthenticateApi.authenticateAccountTypeTokenRenewPost(String accountType,
String accessToken,
String jwtToken)
Renew a token by providing the access_token and jwt_token provided after successful login
You can renew token without requesting the user to sign in again
|
retrofit2.Call<InlineResponse2007> |
AccountsApi.authenticateAccountTypeTokenRenewPost(String accountType,
String accessToken,
String jwtToken)
Renew a token by providing the access_token and jwt_token provided after successful login
You can renew token without requesting the user to sign in again
|
retrofit2.Call<InlineResponse2007> |
AuthenticateApi.authenticateDeveloperNewTokenPost(Account body,
AuthenticatorLog body2)
Developer can request a new token that is tied to his account
Developer can request a new token that is tied to his account
|
retrofit2.Call<InlineResponse2007> |
AccountsApi.authenticateDeveloperNewTokenPost(Account body,
AuthenticatorLog body2)
Developer can request a new token that is tied to his account
Developer can request a new token that is tied to his account
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2007 |
InlineResponse2007.data(AuthenticatorLog data) |
InlineResponse2007 |
InlineResponse2007.error(Integer error) |
InlineResponse2007 |
InlineResponse2007.message(String message) |
Copyright © 2017. All rights reserved.