Uses of Class
com.bandwidth.twofactorauth.models.TwoFactorVerifyRequestSchema
Package | Description |
---|---|
com.bandwidth.twofactorauth.controllers | |
com.bandwidth.twofactorauth.models |
-
Uses of TwoFactorVerifyRequestSchema in com.bandwidth.twofactorauth.controllers
Methods in com.bandwidth.twofactorauth.controllers with parameters of type TwoFactorVerifyRequestSchema 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 TwoFactorVerifyRequestSchema in com.bandwidth.twofactorauth.models
Methods in com.bandwidth.twofactorauth.models that return TwoFactorVerifyRequestSchema Modifier and Type Method Description TwoFactorVerifyRequestSchema
TwoFactorVerifyRequestSchema.Builder. build()
Builds a newTwoFactorVerifyRequestSchema
object using the set fields.