ApiResponse<TwoFactorMessagingResponse> |
MFAController.createMessagingTwoFactor(java.lang.String accountId,
TwoFactorCodeRequestSchema body) |
Allows a user to send a MFA code through a text message (SMS).
|
java.util.concurrent.CompletableFuture<ApiResponse<TwoFactorMessagingResponse>> |
MFAController.createMessagingTwoFactorAsync(java.lang.String accountId,
TwoFactorCodeRequestSchema body) |
Allows a user to send a MFA code through a text message (SMS).
|
ApiResponse<TwoFactorVoiceResponse> |
MFAController.createVoiceTwoFactor(java.lang.String accountId,
TwoFactorCodeRequestSchema body) |
Allows a user to send a MFA code through a phone call.
|
java.util.concurrent.CompletableFuture<ApiResponse<TwoFactorVoiceResponse>> |
MFAController.createVoiceTwoFactorAsync(java.lang.String accountId,
TwoFactorCodeRequestSchema body) |
Allows a user to send a MFA code through a phone call.
|