Type Alias TokenProvider

TokenProvider: ((app: string) => Promise<string>)

A function that provides a temporary authentication token.

Type declaration

    • (app): Promise<string>
    • Parameters

      • app: string

        The app/endpoint identifier

      Returns Promise<string>

      A promise that resolves to the token string