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

    Interface VerifyExternalEmailAddressResult

    Core entity reprentation for a result of verifying an external email address.

    VerifyExternalEmailAddressResult

    interface VerifyExternalEmailAddressResult {
        isVerified: boolean;
        reason?: string;
    }
    Index

    Properties

    Properties

    isVerified: boolean

    True if verification passes, otherwise false.

    reason?: string

    If not verified, the reason why.