public static class ConstantsMCOP.AuthorizationRequestExtras
extends java.lang.Object
IMCOPsdk.loginMCOP()IMCOPsdk.authorizeUser(String)| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ERROR_CODE
Key Access to authentication error codes.
|
static java.lang.String |
ERROR_STRING
Key Access to error codes string.
|
static java.lang.String |
REDIRECT_URI
Key Access to the uri answered by the third party authentication agent.
|
static java.lang.String |
REQUEST_URI
Key Access to the uri to request the user authentication to a third party.
|
| Constructor and Description |
|---|
AuthorizationRequestExtras() |
public static final java.lang.String REQUEST_URI
This data is received once the call to the method IMCOPsdk.loginMCOP() is made.
Response: URI format string
public static final java.lang.String REDIRECT_URI
IMCOPsdk.authorizeUser(String) can be called with the authentication response.This data is received once the call to the method IMCOPsdk.loginMCOP() is made.
Response: URI format string
public static final java.lang.String ERROR_CODE
Response: Integer indicating the error code.
Values:
0 indicates no errors
public static final java.lang.String ERROR_STRING