EmailIdentifier interface

Used for looking up an account by email.

See BaseAuth.getUsers().

Signature:

export interface EmailIdentifier 

Properties

Property Type Description
email string

EmailIdentifier.email

Signature:

email: string;