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 Summary
Constructors Constructor Description OAuthDeviceCompleted()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsergetUser()This field contains the user information obtained during authentication.voidsetUser(User user)Set the user information obtained during authentication.
-