Class OAuthDeviceCompleted

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

    • OAuthDeviceCompleted

      public OAuthDeviceCompleted()
  • Method Details

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