UidIdentifier interface

Used for looking up an account by uid.

See BaseAuth.getUsers().

Signature:

export interface UidIdentifier 

Properties

Property Type Description
uid string

UidIdentifier.uid

Signature:

uid: string;