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