- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState<D,U>
-
- com.pingidentity.sdk.api.authn.model.state.AuthenticationRequired<D,U>
-
public class AuthenticationRequired<D extends Device,U extends User> extends MultiFactorAuthenticationState<D,U>
An API state model containing details for states in which multi-factor authentication is required.- Since:
- 10.1
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRequired()
-
Method Summary
-
Methods inherited from class com.pingidentity.sdk.api.authn.model.state.MultiFactorAuthenticationState
getDevices, getUser, setDevices, setUser
-
-