AuthRefreshRequest: { connectorId: Id; headerValue: string | null; type: AuthRefreshTypeEnum }

Param

connector id

Param

type of auth renewal needed

Param

the value of the X-GRAFX-UNAUTHORIZED header. This will notify that the dam authentication expired if it went through the proxy. Example: "Static, 1234", "OAuthClientCredentials, 5678" If the http request did not go through the proxy, headerValue is null.

Type declaration

Generated using TypeDoc