public interface OobResponse extends IdpResult
IdpResult in order to define the user data keys
 specific for the OOB subsystem.| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
USER_INFO_KEY_OOB_DEP_STATUS_CODE
User info key: The lower level (data exchange protocol) status code from
 the OOB server response. 
 | 
static java.lang.String | 
USER_INFO_KEY_OOB_DEP_STATUS_MESSAGE
User info key: The lower level (data exchange protocol) status message
 from the OOB server response. 
 | 
static java.lang.String | 
USER_INFO_KEY_OOB_STATUS_CODE
User info key: The higher level status code from the OOB server response. 
 | 
static java.lang.String | 
USER_INFO_KEY_OOB_STATUS_MESSAGE
User info key: The higher level status message from the OOB server
 response. 
 | 
getCode, getDomain, getException, getMessage, getUserInfo, getUserInfoKeys, isFailed, isSucceededstatic final java.lang.String USER_INFO_KEY_OOB_STATUS_CODE
static final java.lang.String USER_INFO_KEY_OOB_STATUS_MESSAGE
static final java.lang.String USER_INFO_KEY_OOB_DEP_STATUS_CODE
static final java.lang.String USER_INFO_KEY_OOB_DEP_STATUS_MESSAGE