Uses of Class
com.bandwidth.sdk.model.VerifyCodeRequest
Packages that use VerifyCodeRequest
-
Uses of VerifyCodeRequest in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api with parameters of type VerifyCodeRequestModifier and TypeMethodDescriptionMfaApi.verifyCode
(String accountId, VerifyCodeRequest verifyCodeRequest) Verify Authentication Code Verify a previously sent MFA code.okhttp3.Call
MfaApi.verifyCodeAsync
(String accountId, VerifyCodeRequest verifyCodeRequest, ApiCallback<VerifyCodeResponse> _callback) Verify Authentication Code (asynchronously) Verify a previously sent MFA code.okhttp3.Call
MfaApi.verifyCodeCall
(String accountId, VerifyCodeRequest verifyCodeRequest, ApiCallback _callback) Build call for verifyCodeMfaApi.verifyCodeWithHttpInfo
(String accountId, VerifyCodeRequest verifyCodeRequest) Verify Authentication Code Verify a previously sent MFA code. -
Uses of VerifyCodeRequest in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return VerifyCodeRequestModifier and TypeMethodDescriptionVerifyCodeRequest.expirationTimeInMinutes
(BigDecimal expirationTimeInMinutes) static VerifyCodeRequest
Create an instance of VerifyCodeRequest given an JSON stringVerifyCodeRequest.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.