Uses of Class
com.vonage.client.verify2.Workflow
Packages that use Workflow
-
Uses of Workflow in com.vonage.client.verify2
Classes in com.vonage.client.verify2 with type parameters of type WorkflowModifier and TypeClassDescriptionprotected static classWorkflow.Builder<W extends Workflow,B extends Workflow.Builder<? extends W, ? extends B>> Builder class for an SMS workflow.Subclasses of Workflow in com.vonage.client.verify2Modifier and TypeClassDescriptionfinal classDefines properties for sending a verification code to a user via e-mail.final classDefines properties for mobile network-based authentication.final classDefines workflow properties for sending a verification code to a user via SMS.final classDefines workflow properties for sending a verification code to a user over a voice call.final classDefines properties for sending a verification code to a user over WhatsApp using an interaction prompt, where the user selects "Yes" or "No" to verify.final classDefines properties for sending a verification code to a user over a WhatsApp message.Fields in com.vonage.client.verify2 with type parameters of type WorkflowMethods in com.vonage.client.verify2 that return types with arguments of type WorkflowModifier and TypeMethodDescriptionVerificationRequest.getWorkflows()Workflows are a sequence of actions that Vonage use to reach the user you wish to verify with a PIN code.Methods in com.vonage.client.verify2 with parameters of type WorkflowModifier and TypeMethodDescriptionVerificationRequest.Builder.addWorkflow(Workflow workflow) (REQUIRED) Workflows are a sequence of actions that Vonage use to reach the user you wish to verify with a PIN code.Method parameters in com.vonage.client.verify2 with type arguments of type WorkflowModifier and TypeMethodDescription(REQUIRED if VerificationRequest.Builder.addWorkflow(Workflow)) has not been called.