Interface EnumUsherRequest
-
- All Known Implementing Classes:
NetworkRequest
,UsherAuthenticationRequest
,UsherAuthenticationTask
,UsherGetBadgeInfoRequest
,UsherGetScanStatusRequest
,UsherLogoutRequest
,UsherNotifyMeRequest
,UsherNotifyMeTask
,UsherQRCodeRequest
,UsherQRCodeTask
,UsherRegisterUserTask
,UsherRememberMeRequest
,UsherRememberMeTask
,UsherUserRequest
,UsherUserSearchRequest
public interface EnumUsherRequest
-
-
Field Summary
Fields Modifier and Type Field Description static int
BAD_CONFIG
static java.lang.String
CUSTOMER_USHER_APP_ID
static int
GENERIC_ERROR_CODE_FOR_USHER_AUTH
static int
HANDLE_INPUT_STREAM
static int
HANDLE_STRING
static int
INVALID_RESPONSE_FROM_USHER
static int
INVALID_TOKEN
static java.lang.String
ORG_ID
static java.lang.String
SESSION_ID
static java.lang.String
TIME_TO_LIVE
static int
USER_ALREADY_EXISTS
static java.lang.String
USHER_ACCESS_TOKEN
-
-
-
Field Detail
-
GENERIC_ERROR_CODE_FOR_USHER_AUTH
static final int GENERIC_ERROR_CODE_FOR_USHER_AUTH
- See Also:
- Constant Field Values
-
INVALID_RESPONSE_FROM_USHER
static final int INVALID_RESPONSE_FROM_USHER
- See Also:
- Constant Field Values
-
BAD_CONFIG
static final int BAD_CONFIG
- See Also:
- Constant Field Values
-
INVALID_TOKEN
static final int INVALID_TOKEN
- See Also:
- Constant Field Values
-
USER_ALREADY_EXISTS
static final int USER_ALREADY_EXISTS
- See Also:
- Constant Field Values
-
USHER_ACCESS_TOKEN
static final java.lang.String USHER_ACCESS_TOKEN
- See Also:
- Constant Field Values
-
CUSTOMER_USHER_APP_ID
static final java.lang.String CUSTOMER_USHER_APP_ID
- See Also:
- Constant Field Values
-
SESSION_ID
static final java.lang.String SESSION_ID
- See Also:
- Constant Field Values
-
TIME_TO_LIVE
static final java.lang.String TIME_TO_LIVE
- See Also:
- Constant Field Values
-
ORG_ID
static final java.lang.String ORG_ID
- See Also:
- Constant Field Values
-
HANDLE_STRING
static final int HANDLE_STRING
- See Also:
- Constant Field Values
-
HANDLE_INPUT_STREAM
static final int HANDLE_INPUT_STREAM
- See Also:
- Constant Field Values
-
-