Uses of Class
com.bandwidth.multifactorauth.models.TwoFactorVerifyCodeResponse
-
Packages that use TwoFactorVerifyCodeResponse Package Description com.bandwidth.multifactorauth.controllers com.bandwidth.multifactorauth.models -
-
Uses of TwoFactorVerifyCodeResponse in com.bandwidth.multifactorauth.controllers
Methods in com.bandwidth.multifactorauth.controllers that return types with arguments of type TwoFactorVerifyCodeResponse Modifier and Type Method Description ApiResponse<TwoFactorVerifyCodeResponse>
MFAController. createVerifyTwoFactor(String accountId, TwoFactorVerifyRequestSchema body)
Allows a user to verify an MFA code.CompletableFuture<ApiResponse<TwoFactorVerifyCodeResponse>>
MFAController. createVerifyTwoFactorAsync(String accountId, TwoFactorVerifyRequestSchema body)
Allows a user to verify an MFA code. -
Uses of TwoFactorVerifyCodeResponse in com.bandwidth.multifactorauth.models
Methods in com.bandwidth.multifactorauth.models that return TwoFactorVerifyCodeResponse Modifier and Type Method Description TwoFactorVerifyCodeResponse
TwoFactorVerifyCodeResponse.Builder. build()
Builds a newTwoFactorVerifyCodeResponse
object using the set fields.
-