Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthPublicRoute

Hierarchy

  • AuthPublicRoute

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

disabled

disabled: string[] = ['get']

endpoint

endpoint: string = "/auth/public"

Methods

get

  • get(req: { query: { uid?: undefined | string; uids?: undefined | string } }): UserProfile | {}
  • Get user public profiles

    Parameters

    • req: { query: { uid?: undefined | string; uids?: undefined | string } }
      • query: { uid?: undefined | string; uids?: undefined | string }
        • Optional uid?: undefined | string
        • Optional uids?: undefined | string

    Returns UserProfile | {}

Generated using TypeDoc