public class SuccessResponse
extends java.lang.Object
| Constructor and Description |
|---|
SuccessResponse() |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
exchangeCode(IDXClient client,
IDXClientContext idxClientContext)
Exchange interaction code for token
|
FormValue[] |
form() |
java.lang.String |
getAccepts() |
java.lang.String |
getHref() |
java.lang.String |
getMethod() |
java.lang.String |
getName() |
java.lang.String[] |
getRel() |
FormValue[] |
getValue() |
public java.lang.String[] getRel()
public java.lang.String getName()
public java.lang.String getMethod()
public java.lang.String getHref()
public FormValue[] getValue()
public java.lang.String getAccepts()
public FormValue[] form()
public TokenResponse exchangeCode(IDXClient client, IDXClientContext idxClientContext) throws ProcessingException
client - the idx client instanceidxClientContext - the idc client context instanceProcessingException - if processing error is encounteredCopyright © 2020-2022 Okta. All Rights Reserved.