Class MfaCompleted

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

public class MfaCompleted extends Object
An API state model containing additional details for states in which the user has passed multi-factor authentication.
Since:
10.1
  • Constructor Details

    • MfaCompleted

      public MfaCompleted()
  • Method Details

    • getCode

      public String getCode()
      Get the success code.
    • setCode

      public void setCode(String code)
      Set the success code.