Class SubmitUserCode
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.action.SubmitUserCode
-
public class SubmitUserCode extends Object
The API model for the action of submitting the user code in the OAuth device authorization flow.- Since:
- 11.1
-
-
Constructor Summary
Constructors Constructor Description SubmitUserCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUserCode()Get the user code submitted.voidsetUserCode(String userCode)Set the user code to submit.
-