Interface Constants.Auth
-
- Enclosing interface:
- Constants
public static interface Constants.AuthAuthentication report keys, parameters and operation name.- Since:
- 5.8.1
- See Also:
- Token authentication operations, Auth category request, Auth category response
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORYRepresents the category name used in the URL.static StringKEY_ACCESS_TOKENstatic StringKEY_LOGINstatic StringKEY_PASSWORDstatic StringKEY_PASSWORD_NEWstatic StringKEY_SPECIFICstatic StringKEY_TOKEN_TYPE
-
-
-
Field Detail
-
CATEGORY
static final String CATEGORY
Represents the category name used in the URL.
-
KEY_LOGIN
static final String KEY_LOGIN
- See Also:
loginJSON property, Constant Field Values
-
KEY_PASSWORD
static final String KEY_PASSWORD
- See Also:
passwordJSON property, Constant Field Values
-
KEY_PASSWORD_NEW
static final String KEY_PASSWORD_NEW
- See Also:
passwordNewJSON property, Constant Field Values
-
KEY_SPECIFIC
static final String KEY_SPECIFIC
- Since:
- 5.9.13
- See Also:
specificJSON property, Constant Field Values
-
KEY_ACCESS_TOKEN
static final String KEY_ACCESS_TOKEN
- See Also:
accessTokenJSON property, Constant Field Values
-
KEY_TOKEN_TYPE
static final String KEY_TOKEN_TYPE
- See Also:
tokenTypeJSON property, Constant Field Values
-
-