Skip to main content

get_email_verification

Function get_email_verification 

Source
pub async fn get_email_verification(
    conn: &mut PgConnection,
    user_id: Uuid,
) -> ModelResult<Option<(DateTime<Utc>, EmailVerificationMethod)>>
Expand description

Whether the address currently in email has a proof of control, and how it was obtained.