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

      • OAuthDeviceUserCodeRequired

        public OAuthDeviceUserCodeRequired()
    • Method Detail

      • getUser

        public User getUser()
      • setUser

        public void setUser​(User user)
      • getAuthnError

        public AuthnError getAuthnError()
      • setAuthnError

        public void setAuthnError​(AuthnError authnError)