Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SessionCookie

Hierarchy

Indexable

[key: string]: any

Constructors

Properties

_algo: string
_changed: boolean
_name: string
_raw: string
_secret: string
identUsed: string
userId: string

Methods

  • destroy(): void
  • getIdentUsed(): string
  • getProxy(): this
  • getRaw(name: any, cookies: any): string
  • getUserId(): string
  • init(): Promise<void>
  • isLogged(): boolean
  • login(userId: any, identUsed: any): void
  • logout(): void
  • needSave(): boolean
  • sendCookie(ctx: any, name: any, value: any, params: any): void
  • toJSON(): any

Generated using TypeDoc