Module org.mule.oauth.client.api
Package org.mule.oauth.client.api
Class OAuthAuthorizationStatusCode
- java.lang.Object
-
- org.mule.oauth.client.api.OAuthAuthorizationStatusCode
-
public final class OAuthAuthorizationStatusCode extends Object
General purpose OAuth constants- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static intAUTHORIZATION_CODE_RECEIVED_STATUSstatic StringAUTHORIZATION_STATUS_QUERY_PARAM_KEYstatic intNO_AUTHORIZATION_CODE_STATUSstatic intTOKEN_NOT_FOUND_STATUSstatic intTOKEN_URL_CALL_FAILED_STATUS
-
-
-
Field Detail
-
AUTHORIZATION_STATUS_QUERY_PARAM_KEY
public static final String AUTHORIZATION_STATUS_QUERY_PARAM_KEY
- See Also:
- Constant Field Values
-
AUTHORIZATION_CODE_RECEIVED_STATUS
public static final int AUTHORIZATION_CODE_RECEIVED_STATUS
- See Also:
- Constant Field Values
-
NO_AUTHORIZATION_CODE_STATUS
public static final int NO_AUTHORIZATION_CODE_STATUS
- See Also:
- Constant Field Values
-
TOKEN_URL_CALL_FAILED_STATUS
public static final int TOKEN_URL_CALL_FAILED_STATUS
- See Also:
- Constant Field Values
-
TOKEN_NOT_FOUND_STATUS
public static final int TOKEN_NOT_FOUND_STATUS
- See Also:
- Constant Field Values
-
-