pub async fn send_verify_identity_with_id(
configuration: &Configuration,
verify_send_request: Option<VerifySendRequest>,
) -> Result<(), Error<SendVerifyIdentityWithIdError>>
Expand description
Send a verification code using the appropriate transport for the identity type being verified.