Gjsify LogoGjsify Logo

An opaque object used for checking authorisations. It is generated after successful authentication.

record

Hierarchy

  • RTSPToken

Index

Constructors

Properties

miniObject: Gst.MiniObject
name: string

Methods

  • getString(field: string): string
  • isAllowed(field: string): boolean
  • Check if token has a boolean field and if it is set to %TRUE.

    Parameters

    • field: string

      a field name

    Returns boolean

  • setBool(field: string, boolValue: boolean): void
  • Sets a boolean value on token.

    Parameters

    • field: string

      field to set

    • boolValue: boolean

      boolean value to set

    Returns void

  • setString(field: string, stringValue: string): void
  • Sets a string value on token.

    Parameters

    • field: string

      field to set

    • stringValue: string

      string value to set

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method