Class MfaCompleted
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.state.MfaCompleted
-
public class MfaCompleted extends Object
An API state model containing additional details for states in which the user has passed multi-factor authentication.- Since:
- 10.1
-
-
Constructor Summary
Constructors Constructor Description MfaCompleted()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Get the success code.voidsetCode(String code)Set the success code.
-