Describes how an email address should be validated.

Constructors

Properties

blockedEmailDomains: string[]

A list of email domains to block.

useDefaultBlockList: boolean

Whether to block the free email providers.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]