Class OAuthDeviceUserCodeRequired
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.OAuthDeviceUserCodeRequired
-
public class OAuthDeviceUserCodeRequired extends Object
The API model for the state in the OAuth device authorization flow where the user code is required.- Since:
- 11.1
-
-
Constructor Summary
Constructors Constructor Description OAuthDeviceUserCodeRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthnErrorgetAuthnError()UsergetUser()voidsetAuthnError(AuthnError authnError)voidsetUser(User user)
-
-
-
Method Detail
-
getUser
public User getUser()
-
setUser
public void setUser(User user)
-
getAuthnError
public AuthnError getAuthnError()
-
setAuthnError
public void setAuthnError(AuthnError authnError)
-
-