Class OAuthDeviceCompleted


  • public class OAuthDeviceCompleted
    extends Object
    The API model for the state in the OAuth device authorization flow where device authorization has completed successfully.
    Since:
    11.1
    • Constructor Detail

      • OAuthDeviceCompleted

        public OAuthDeviceCompleted()
    • Method Detail

      • getUser

        public User getUser()
        This field contains the user information obtained during authentication.
      • setUser

        public void setUser​(User user)
        Set the user information obtained during authentication.