Class OAuthDeviceUserCodeConfirmationRequired
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.OAuthDeviceUserCodeConfirmationRequired
-
public class OAuthDeviceUserCodeConfirmationRequired extends Object
The API model for the state in the OAuth device authorization flow where the user must confirm that the code presented matches the one displayed on the device.- Since:
- 11.1
-
-
Constructor Summary
Constructors Constructor Description OAuthDeviceUserCodeConfirmationRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsergetUser()StringgetUserCode()Get the code to be presented to the user for confirmation.voidsetUser(User user)voidsetUserCode(String userCode)Set the code to be presented to the user for confirmation.
-