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

      • ConfirmUserCode

        public ConfirmUserCode()
    • Method Detail

      • getUserCode

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

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