@sudoplatform/sudo-email
    Preparing search index...

    Interface VerifyExternalEmailAddressInput

    Input for EmailMaskService.verifyExternalEmailAddress

    VerifyExternalEmailAddressInput

    interface VerifyExternalEmailAddressInput {
        emailAddress: string;
        emailMaskId: string;
        verificationCode?: string;
    }
    Index

    Properties

    emailAddress: string

    The external email address to be verified.

    emailMaskId: string

    The id of the email mask associated with the email address.

    verificationCode?: string

    The verification code to verify.