Package es.situm.sdk.communication
Annotation Type HttpOption
-
@Retention(CLASS) public @interface HttpOption
The supported HTTP options use inHttpRequest
-
-
Field Summary
Fields Modifier and Type Fields Description static StringAUTHENTICATE_HTTP_BASICApply http basic auth.static StringAUTHENTICATE_JWTApply standard authentication.
-
-
-
Field Detail
-
AUTHENTICATE_JWT
static final String AUTHENTICATE_JWT
Apply standard authentication.Default value: TRUE.
-
-
-
AUTHENTICATE_HTTP_BASIC
static final String AUTHENTICATE_HTTP_BASIC
Apply http basic auth. Should used just forURLs.AUTH_API_TOKENandURLs.AUTH_USER_TOKENrequests.Default value: FALSE.
-
-