Class 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 Detail

      • 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).