Back to Pocketbase

Interface PasswordAuthConfig

static/jsvm/interfaces/core.PasswordAuthConfig.html

latest1.1 KB
Original Source

Interface PasswordAuthConfig

Hierarchy

  • PasswordAuthConfig

Index

Methods

validate

Properties

enabledidentityFields

Methods

validate

  • validate(): void

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

Returns void

Properties

enabled

enabled: boolean

identityFields

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.

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc