Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUserRead

This accessor provides methods for accessing users in a read-only-fashion.

Hierarchy

  • IUserRead

Index

Methods

getById

  • getById(id: string): Promise<IUser>

getByUsername

  • getByUsername(username: string): Promise<IUser>

Generated using TypeDoc