Package com.okta.idx.sdk.api.client
Class ProceedContext
- java.lang.Object
-
- com.okta.idx.sdk.api.client.ProceedContext
-
public final class ProceedContext extends java.lang.Object
An opaque to the developer object that's expected to be given back on the next request. We use this internally to know the current state of the authentication flow.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDXClientContext
getClientContext()
PollInfo
getPollInfo()
java.lang.String
getRefresh()
java.lang.String
getResendHref()
boolean
isIdentifierFirstFlow()
Identifier first flow is one where just the identifier (email) is sufficient to start the flow (i.e.
-
-
-
Method Detail
-
getClientContext
public IDXClientContext getClientContext()
-
getResendHref
public java.lang.String getResendHref()
-
getPollInfo
public PollInfo getPollInfo()
-
getRefresh
public java.lang.String getRefresh()
-
isIdentifierFirstFlow
public boolean isIdentifierFirstFlow()
Identifier first flow is one where just the identifier (email) is sufficient to start the flow (i.e. password is not required at the start of flow).
-
-