Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WebAuthorization

Hierarchy

  • VirtualClass<{ hash: long; botId: long; domain: string; browser: string; platform: string; dateCreated: int; dateActive: int; ip: string; region: string }>
    • WebAuthorization

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { hash: BigInteger; botId: BigInteger; domain: string; browser: string; platform: string; dateCreated: number; dateActive: number; ip: string; region: string }

Type declaration

  • hash: BigInteger
  • botId: BigInteger
  • domain: string
  • browser: string
  • platform: string
  • dateCreated: number
  • dateActive: number
  • ip: string
  • region: string
CONSTRUCTOR_ID: 2801333330
SUBCLASS_OF_ID: 58084656
classType: "constructor"
className: "WebAuthorization"
hash: BigInteger
botId: BigInteger
domain: string
browser: string
platform: string
dateCreated: number
dateActive: number
ip: string
region: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { hash: BigInteger; botId: BigInteger; domain: string; browser: string; platform: string; dateCreated: number; dateActive: number; ip: string; region: string }
  • Returns { hash: BigInteger; botId: BigInteger; domain: string; browser: string; platform: string; dateCreated: number; dateActive: number; ip: string; region: string }

    • hash: BigInteger
    • botId: BigInteger
    • domain: string
    • browser: string
    • platform: string
    • dateCreated: number
    • dateActive: number
    • ip: string
    • region: string

Constructors

  • new WebAuthorization(args: { hash: BigInteger; botId: BigInteger; domain: string; browser: string; platform: string; dateCreated: number; dateActive: number; ip: string; region: string }): WebAuthorization
  • Parameters

    • args: { hash: BigInteger; botId: BigInteger; domain: string; browser: string; platform: string; dateCreated: number; dateActive: number; ip: string; region: string }
      • hash: BigInteger
      • botId: BigInteger
      • domain: string
      • browser: string
      • platform: string
      • dateCreated: number
      • dateActive: number
      • ip: string
      • region: string

    Returns WebAuthorization

Generated using TypeDoc