Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

Methods

Constructors

constructor

Methods

login

  • login(__namedParameters: HttpContextContract): Promise<{ oid: number; scope: NationOwnerScopes }>

logout

  • logout(__namedParameters: HttpContextContract): Promise<void>
  • logs out a user from the server Can only be run if a user is logged in. The route is not accessible if no user is logged in.

    Parameters

    • __namedParameters: HttpContextContract

    Returns Promise<void>

Generated using TypeDoc