Class OAuthDeviceUserCodeRequired

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

public class OAuthDeviceUserCodeRequired extends Object
The API model for the state in the OAuth device authorization flow where the user code is required.
Since:
11.1
  • Constructor Details

    • OAuthDeviceUserCodeRequired

      public OAuthDeviceUserCodeRequired()
  • Method Details

    • getUser

      public User getUser()
    • setUser

      public void setUser(User user)
    • getAuthnError

      public AuthnError getAuthnError()
    • setAuthnError

      public void setAuthnError(AuthnError authnError)