Vinyl
    Preparing search index...

    Type Alias AuthTokenProvider

    AuthTokenProvider: () => Promise<string>

    Provides the current auth token when requested.

    Type declaration

      • (): Promise<string>
      • Returns Promise<string>