java.lang.Object
com.pingidentity.sdk.api.authn.model.state.Resume

public class Resume extends Object
An API state model containing additional details for the RESUME state, where the API client is supposed to redirect to PingFederate to continue processing.
Since:
9.3
  • Constructor Details

    • Resume

      public Resume()
  • Method Details

    • getResumeUrl

      public String getResumeUrl()
      Get the URL where the user should be redirected.
    • setResumeUrl

      public void setResumeUrl(String resumeUrl)
      Set the URL where the user should be redirected.