Package com.okta.idx.sdk.api.model
Class SuccessResponse
- java.lang.Object
-
- com.okta.idx.sdk.api.model.SuccessResponse
-
public class SuccessResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SuccessResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenResponse
exchangeCode(IDXClient client, IDXClientContext idxClientContext)
Exchange interaction code for tokenFormValue[]
form()
java.lang.String
getAccepts()
java.lang.String
getHref()
java.lang.String
getMethod()
java.lang.String
getName()
java.lang.String[]
getRel()
FormValue[]
getValue()
-
-
-
Method Detail
-
getRel
public java.lang.String[] getRel()
-
getName
public java.lang.String getName()
-
getMethod
public java.lang.String getMethod()
-
getHref
public java.lang.String getHref()
-
getValue
public FormValue[] getValue()
-
getAccepts
public java.lang.String getAccepts()
-
form
public FormValue[] 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
-
-