Class OAuthDeviceUserCodeConfirmationRequired
java.lang.Object
com.pingidentity.sdk.api.authn.model.state.OAuthDeviceUserCodeConfirmationRequired
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 -
Method Summary
Modifier and TypeMethodDescriptiongetUser()Get the code to be presented to the user for confirmation.voidvoidsetUserCode(String userCode) Set the code to be presented to the user for confirmation.
-
Constructor Details
-
OAuthDeviceUserCodeConfirmationRequired
public OAuthDeviceUserCodeConfirmationRequired()
-
-
Method Details
-
getUserCode
Get the code to be presented to the user for confirmation. -
setUserCode
Set the code to be presented to the user for confirmation. -
getUser
-
setUser
-