Uses of Class
com.bandwidth.sdk.model.VerifyCodeResponse
-
Packages that use VerifyCodeResponse Package Description com.bandwidth.sdk.api com.bandwidth.sdk.model -
-
Uses of VerifyCodeResponse in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return VerifyCodeResponse Modifier and Type Method Description VerifyCodeResponse
MfaApi. 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 VerifyCodeResponse Modifier and Type Method Description ApiResponse<VerifyCodeResponse>
MfaApi. 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 VerifyCodeResponse Modifier and Type Method Description okhttp3.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 VerifyCodeResponse Modifier and Type Method Description static VerifyCodeResponse
VerifyCodeResponse. fromJson(String jsonString)
Create an instance of VerifyCodeResponse given an JSON stringVerifyCodeResponse
VerifyCodeResponse. putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value.VerifyCodeResponse
VerifyCodeResponse. valid(Boolean valid)
-