Uses of Class
com.bandwidth.sdk.model.VerifyCodeResponse
Packages that use VerifyCodeResponse
-
Uses of VerifyCodeResponse in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return VerifyCodeResponseModifier and TypeMethodDescriptionMfaApi.verifyCode
(String accountId, VerifyCodeRequest verifyCodeRequest) Verify Authentication Code Verify a previously sent MFA code.Methods in com.bandwidth.sdk.api that return types with arguments of type VerifyCodeResponseModifier and TypeMethodDescriptionMfaApi.verifyCodeWithHttpInfo
(String accountId, VerifyCodeRequest verifyCodeRequest) Verify Authentication Code Verify a previously sent MFA code.Method parameters in com.bandwidth.sdk.api with type arguments of type VerifyCodeResponseModifier and TypeMethodDescriptionokhttp3.Call
MfaApi.verifyCodeAsync
(String accountId, VerifyCodeRequest verifyCodeRequest, ApiCallback<VerifyCodeResponse> _callback) Verify Authentication Code (asynchronously) Verify a previously sent MFA code. -
Uses of VerifyCodeResponse in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return VerifyCodeResponseModifier and TypeMethodDescriptionstatic VerifyCodeResponse
Create an instance of VerifyCodeResponse given an JSON stringVerifyCodeResponse.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.