Class ConfirmUserCode

java.lang.Object
com.pingidentity.sdk.api.authn.model.action.ConfirmUserCode

public class ConfirmUserCode extends Object
The API model for the action of confirming the user code in the OAuth device authorization flow.
Since:
11.1
  • Constructor Details

    • ConfirmUserCode

      public ConfirmUserCode()
  • Method Details

    • getUserCode

      public String getUserCode()
      Get the user code submitted.
    • setUserCode

      public void setUserCode(String userCode)
      Set the user code to submit.