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

Type declaration

connector id

remote connector id

type of auth renewal needed

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.