Options
All
  • Public
  • Public/Protected
  • All
Menu

This class defines the auth-token that all the services in the SearchClient instance passes along it's serverside lookups.

Hierarchy

  • AuthToken

Index

Constructors

Properties

Accessors

Constructors

constructor

Properties

tokenResolver

tokenResolver: () => string

Type declaration

    • (): string
    • Returns string

Accessors

authenticationToken

  • get authenticationToken(): string
  • Getter will call token resolver to obtain the Json Web Token that is to be used to authenticate the rest-calls to the search-service.

    Returns string

Generated using TypeDoc