Uses of Record Class
com.whatsapp.api.domain.phone.TwoStepCode
Packages that use TwoStepCode
-
Uses of TwoStepCode in com.whatsapp.api.impl
Methods in com.whatsapp.api.impl with parameters of type TwoStepCodeModifier and TypeMethodDescriptionWhatsappBusinessCloudApi.twoStepVerification
(String phoneNumberId, TwoStepCode twoStepCode) Business Solution Providers (BSPs) must authenticate themselves with an access token with the whatsapp_business_management permission. -
Uses of TwoStepCode in com.whatsapp.api.service
Methods in com.whatsapp.api.service with parameters of type TwoStepCodeModifier and TypeMethodDescriptionretrofit2.Call<Response>
WhatsappBusinessCloudApiService.twoStepVerification
(String apiVersion, String phoneNumberId, TwoStepCode twoStepCode) Two-step verification call.