public class SocialIdApiClientFacade
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
config(android.content.Context context,
java.lang.String loginAppId,
java.lang.String loginAppClientSecret) |
static com.coffeebeantech.socialidapi.models.marketing.push_notifications.Device |
devicesApiCreate(com.coffeebeantech.socialidapi.models.marketing.push_notifications.DeviceAttributes deviceAttributes) |
static void |
devicesApiLinkTo(com.coffeebeantech.socialidapi.models.marketing.push_notifications.DeviceLinkAttributes deviceLinkAttributes) |
static com.coffeebeantech.socialidapi.models.marketing.oauth.UserAccessToken |
tokensApiPassword(com.coffeebeantech.socialidapi.models.marketing.oauth.PasswordAccessTokenAttributes passwordAccessTokenAttributes) |
static com.coffeebeantech.socialidapi.models.marketing.oauth.UserAccessToken |
tokensApiProviderCredentials(com.coffeebeantech.socialidapi.models.marketing.oauth.ProviderCredentialsAccessTokenAttributes providerCredentialsAccessTokenAttributes) |
static com.coffeebeantech.socialidapi.models.marketing.login.UserData |
userDataApiShow() |
static void |
userDataApiUpdate(com.coffeebeantech.socialidapi.models.marketing.login.UserDataAttributes userDataAttributes) |
static void |
usersApiCreate(com.coffeebeantech.socialidapi.models.marketing.login.UserAttributes userAttributes) |
static void |
usersApiResetPasswordEmail(com.coffeebeantech.socialidapi.models.marketing.login.ResetPasswordEmailAttributes resetPasswordEmailAttributes) |
static com.coffeebeantech.socialidapi.models.marketing.login.User |
usersApiShow(java.util.List<java.lang.String> fieldList) |
public static void config(android.content.Context context, java.lang.String loginAppId, java.lang.String loginAppClientSecret)
public static com.coffeebeantech.socialidapi.models.marketing.login.User usersApiShow(java.util.List<java.lang.String> fieldList) throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
public static void usersApiCreate(com.coffeebeantech.socialidapi.models.marketing.login.UserAttributes userAttributes) throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
public static void usersApiResetPasswordEmail(com.coffeebeantech.socialidapi.models.marketing.login.ResetPasswordEmailAttributes resetPasswordEmailAttributes) throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
public static com.coffeebeantech.socialidapi.models.marketing.login.UserData userDataApiShow() throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
public static void userDataApiUpdate(com.coffeebeantech.socialidapi.models.marketing.login.UserDataAttributes userDataAttributes) throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
public static com.coffeebeantech.socialidapi.models.marketing.push_notifications.Device devicesApiCreate(com.coffeebeantech.socialidapi.models.marketing.push_notifications.DeviceAttributes deviceAttributes) throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
public static void devicesApiLinkTo(com.coffeebeantech.socialidapi.models.marketing.push_notifications.DeviceLinkAttributes deviceLinkAttributes) throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
public static com.coffeebeantech.socialidapi.models.marketing.oauth.UserAccessToken tokensApiProviderCredentials(com.coffeebeantech.socialidapi.models.marketing.oauth.ProviderCredentialsAccessTokenAttributes providerCredentialsAccessTokenAttributes) throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
public static com.coffeebeantech.socialidapi.models.marketing.oauth.UserAccessToken tokensApiPassword(com.coffeebeantech.socialidapi.models.marketing.oauth.PasswordAccessTokenAttributes passwordAccessTokenAttributes) throws java.io.IOException, com.coffeebeantech.socialidapi.exceptions.SocialIdApiException
java.io.IOException
com.coffeebeantech.socialidapi.exceptions.SocialIdApiException