Class ProceedContext

java.lang.Object
com.okta.idx.sdk.api.client.ProceedContext

public final class ProceedContext extends 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 Details

    • getClientContext

      public IDXClientContext getClientContext()
    • getResendHref

      public String getResendHref()
    • getPollInfo

      public PollInfo getPollInfo()
    • getRefresh

      public Duration 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