Uses of Class
com.bandwidth.multifactorauth.models.TwoFactorCodeRequestSchema
-
Packages that use TwoFactorCodeRequestSchema Package Description com.bandwidth.multifactorauth.controllers com.bandwidth.multifactorauth.models -
-
Uses of TwoFactorCodeRequestSchema in com.bandwidth.multifactorauth.controllers
Methods in com.bandwidth.multifactorauth.controllers with parameters of type TwoFactorCodeRequestSchema Modifier and Type Method Description ApiResponse<TwoFactorMessagingResponse>
MFAController. createMessagingTwoFactor(String accountId, TwoFactorCodeRequestSchema body)
Allows a user to send a MFA code through a text message (SMS).CompletableFuture<ApiResponse<TwoFactorMessagingResponse>>
MFAController. createMessagingTwoFactorAsync(String accountId, TwoFactorCodeRequestSchema body)
Allows a user to send a MFA code through a text message (SMS).ApiResponse<TwoFactorVoiceResponse>
MFAController. createVoiceTwoFactor(String accountId, TwoFactorCodeRequestSchema body)
Allows a user to send a MFA code through a phone call.CompletableFuture<ApiResponse<TwoFactorVoiceResponse>>
MFAController. createVoiceTwoFactorAsync(String accountId, TwoFactorCodeRequestSchema body)
Allows a user to send a MFA code through a phone call. -
Uses of TwoFactorCodeRequestSchema in com.bandwidth.multifactorauth.models
Methods in com.bandwidth.multifactorauth.models that return TwoFactorCodeRequestSchema Modifier and Type Method Description TwoFactorCodeRequestSchema
TwoFactorCodeRequestSchema.Builder. build()
Builds a newTwoFactorCodeRequestSchema
object using the set fields.
-