Class SubmitUserCode
java.lang.Object
com.pingidentity.sdk.api.authn.model.action.SubmitUserCode
The API model for the action of submitting the user code in the OAuth device authorization flow.
- Since:
- 11.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the user code submitted.voidsetUserCode(String userCode) Set the user code to submit.
-
Constructor Details
-
SubmitUserCode
public SubmitUserCode()
-
-
Method Details
-
getUserCode
Get the user code submitted. -
setUserCode
Set the user code to submit.
-