Package com.okta.idx.sdk.api.client
Class ProceedContext
java.lang.Object
com.okta.idx.sdk.api.client.ProceedContext
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
Modifier and TypeMethodDescriptionboolean
Identifier first flow is one where just the identifier (email) is sufficient to start the flow (i.e.
-
Method Details
-
getClientContext
-
getResendHref
-
getPollInfo
-
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).- Returns:
- true if identifier first flow, false otherwise
-