Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UriUser

Hierarchy

  • UriUser

Implements

Index

Methods

Protected copy

  • copy(username: string | null, password: string | null): UriUser

debug

display

  • display(output: Output): void

equals

  • equals(that: unknown): boolean

hashCode

  • hashCode(): number

isDefined

  • isDefined(): boolean

password

  • password(): string | null
  • password(password: string | null): UriUser

toAny

  • toAny(user?: undefined | object): object | undefined

toString

  • toString(): string

username

  • username(): string
  • username(username: string): UriUser

Static from

  • from(username: string | null, password?: string | null): UriUser

Static fromAny

Static parse

Static undefined