Back to Node Auth0

Interface DomainVerificationMethod

docs/interfaces/management.Management.DomainVerificationMethod.html

5.9.11011 B
Original Source

Interface DomainVerificationMethod

interface DomainVerificationMethod {
name: Management.DomainVerificationMethodNameEnum;
record: string;
domain?: string;
}

Index

Properties

namerecorddomain?

Properties

name

name: Management.DomainVerificationMethodNameEnum

record

record: string

Value used to verify the domain.

Optionaldomain

domain?: string

The name of the txt record for verification

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namerecorddomain