@halix/action-sdk
    Preparing search index...

    Variable getAuthToken

    getAuthToken: () => Observable<string>

    authToken contains the authentication token that the action handler can use to make API requests to Halix web services. This value is set upon calling the initialize function with incoming event data.

    Type declaration

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