Skip to main content

create_verification_challenge

Function create_verification_challenge 

Source
pub async fn create_verification_challenge(
    pool: &PgPool,
    domain_id: Uuid,
    challenge_type: &str,
    token: &str,
    expected_value: &str,
) -> ProxyResult<()>
Expand description

Record a verification challenge for a domain.