Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthConfig

Hierarchy

  • AuthConfig

Index

Properties

aapURL

aapURL: string

tokenGetter

tokenGetter: function

Type declaration

    • (): string
    • Returns string

Optional tokenRemover

tokenRemover: undefined | function

tokenUpdater

tokenUpdater: function

Type declaration

    • (newToken: any): void
    • Parameters

      • newToken: any

      Returns void

Generated using TypeDoc