Package com.okta.idx.sdk.api.model
Class SuccessResponse
java.lang.Object
com.okta.idx.sdk.api.model.SuccessResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexchangeCode
(IDXClient client, IDXClientContext idxClientContext) Exchange interaction code for tokenform()
getHref()
getName()
String[]
getRel()
getValue()
-
Constructor Details
-
SuccessResponse
public SuccessResponse()
-
-
Method Details
-
getRel
-
getName
-
getMethod
-
getHref
-
getValue
-
formValues
-
getAccepts
-
form
-
exchangeCode
public TokenResponse exchangeCode(IDXClient client, IDXClientContext idxClientContext) throws ProcessingException Exchange interaction code for token- Parameters:
client
- the idx client instanceidxClientContext
- the idc client context instance- Returns:
- TokenResponse
- Throws:
ProcessingException
- if processing error is encountered
-