Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAuthenticatedRequest

Describes a request that takes either a session or username/password pair

export
interface

IAuthenticatedRequest

Hierarchy

Index

Properties

Optional password

password: undefined | string

The password

type

{string}

memberof

IAuthenticatedRequest

Optional session

session: undefined | string

The session id

type

{string}

memberof

IAuthenticatedRequest

Optional username

username: undefined | string

The username

type

{string}

memberof

IAuthenticatedRequest

Generated using TypeDoc