Class OAuthDeviceUserCodeConfirmationRequired


  • public class OAuthDeviceUserCodeConfirmationRequired
    extends Object
    The API model for the state in the OAuth device authorization flow where the user must confirm that the code presented matches the one displayed on the device.
    Since:
    11.1
    • Constructor Detail

      • OAuthDeviceUserCodeConfirmationRequired

        public OAuthDeviceUserCodeConfirmationRequired()
    • Method Detail

      • getUserCode

        public String getUserCode()
        Get the code to be presented to the user for confirmation.
      • setUserCode

        public void setUserCode​(String userCode)
        Set the code to be presented to the user for confirmation.
      • getUser

        public User getUser()
      • setUser

        public void setUser​(User user)