Interface RecordVerificationRequest

RecordVerificationRequest is an auth record email verification request form.

Hierarchy

Implemented by

Methods

Properties

Methods

  • SetDao replaces the default form Dao instance with the provided one.

    Parameters

    Returns void

  • Submit validates and sends a verification request email to the form.Email auth record.

    You can optionally provide a list of InterceptorFunc to further modify the form behavior before persisting it.

    Parameters

    Returns void

  • Validate makes the form validatable by implementing [validation.Validatable] interface.

    // This method doesn't verify that auth record with form.Email exists (this is done on Submit).

    Returns void

Properties

email: string

Generated using TypeDoc