Interface CollectionAuthOptions

CollectionAuthOptions defines the "auth" Collection.Options fields.

Hierarchy

  • CollectionAuthOptions

Methods

  • Validate implements [validation.Validatable] interface.

    Returns void

Properties

allowEmailAuth: boolean
allowOAuth2Auth: boolean
allowUsernameAuth: boolean
exceptEmailDomains: string[]
manageRule?: string
minPasswordLength: number
onlyEmailDomains: string[]
onlyVerified: boolean
requireEmail: boolean

Generated using TypeDoc