Interface PasswordAuthConfig

Hierarchy

  • PasswordAuthConfig

Methods

Properties

Methods

  • Validate makes PasswordAuthConfig validatable by implementing [validation.Validatable] interface.

    Returns void

Properties

enabled: boolean
identityFields: string[]

IdentityFields is a list of field names that could be used as identity during password authentication.

Usually only fields that has single column UNIQUE index are accepted as values.

Generated using TypeDoc