start_verify_identity_with_id

Function start_verify_identity_with_id 

Source
pub async fn start_verify_identity_with_id(
    configuration: &Configuration,
    verify_start_request: Option<VerifyStartRequest>,
) -> Result<VerifyStartResponse, Error<StartVerifyIdentityWithIdError>>
Expand description

Start a verification of an identity by generating a code. This code can be sent to the User using the Verify Send API Verification Code API or using a mechanism outside of FusionAuth. The verification is completed by using the Verify Complete API with this code.