Class TwoFactorStartRequest
java.lang.Object
io.fusionauth.domain.api.twoFactor.TwoFactorStartRequest
- All Implemented Interfaces:
Buildable<TwoFactorStartRequest>
- Author:
- Brett Guy
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTwoFactorStartRequest
(UUID applicationId, String code, String loginId) TwoFactorStartRequest
(UUID applicationId, String code, UUID userId) -
Method Summary
-
Field Details
-
applicationId
-
code
-
loginId
-
state
-
trustChallenge
-
userId
-
-
Constructor Details
-
TwoFactorStartRequest
public TwoFactorStartRequest() -
TwoFactorStartRequest
-
TwoFactorStartRequest
-