API

open class API

Api related specific constants.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val API_AUTH_UPDATE_DEVICE: String = "accounts.auth.push.updateDevice"
Link copied to clipboard
val API_FINALIZE_REGISTRATION: String = "accounts.finalizeRegistration"
Link copied to clipboard
val API_GET_ACCOUNT_INFO: String = "accounts.getAccountInfo"
Link copied to clipboard
val API_GET_CONFLICTING_ACCOUNTS: String = "accounts.getConflictingAccount"
Link copied to clipboard
val API_GET_IDS: String = "socialize.getIDs"
Link copied to clipboard
val API_GET_POLICIES: String = "accounts.getPolicies"
Link copied to clipboard
val API_GET_SCHEMA: String = "accounts.getSchema"
Link copied to clipboard
val API_GET_SDK_CONFIG: String = "socialize.getSDKConfig"
Link copied to clipboard
val API_INIT_REGISTRATION: String = "accounts.initRegistration"
Link copied to clipboard
val API_IS_AVAILABLE_LOGIN_ID: String = "accounts.isAvailableLoginID"
Link copied to clipboard
val API_IS_SESSION_VALID: String = "accounts.session.verify"
Link copied to clipboard
val API_LOGIN: String = "accounts.login"
Link copied to clipboard
val API_LOGOUT: String = "accounts.logout"
Link copied to clipboard
val API_NOTIFY_LOGIN: String = "accounts.notifyLogin"
Link copied to clipboard
val API_NOTIFY_SOCIAL_LOGIN: String = "accounts.notifySocialLogin"
Link copied to clipboard
val API_REFRESH_PROVIDER_SESSION: String = "socialize.refreshProviderSession"
Link copied to clipboard
val API_REGISTER: String = "accounts.register"
Link copied to clipboard
val API_REMOVE_CONNECTION: String = "socialize.removeConnection"
Link copied to clipboard
val API_RESET_PASSWORD: String = "accounts.resetPassword"
Link copied to clipboard
val API_SAPTCHA_GET_CHALLENGE: String = "accounts.risk.saptcha.getChallenge"
Link copied to clipboard
val API_SAPTCHA_VERIFY: String = "accounts.risk.saptcha.verify"
Link copied to clipboard
val API_SET_ACCOUNT_INFO: String = "accounts.setAccountInfo"
Link copied to clipboard
val API_TFA_GET_PROVIDERS: String = "accounts.tfa.getProviders"
Link copied to clipboard
val API_TOKEN_EXCHANGE: String = "accounts.identity.token.exchange"
Link copied to clipboard
val API_VERIFY_LOGIN: String = "accounts.verifyLogin"