Class OAuthDeviceUserCodeConfirmationRequired

java.lang.Object
com.pingidentity.sdk.api.authn.model.state.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 Details

    • OAuthDeviceUserCodeConfirmationRequired

      public OAuthDeviceUserCodeConfirmationRequired()
  • Method Details

    • 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)