Type Alias AuthRefreshRequest
AuthRefreshRequest: { connectorDefinition: ConnectorDefinition; connectorId: Id; headerValue: string | null; remoteConnectorId: Id; type: AuthRefreshTypeEnum;} Type declaration
connectorDefinition: ConnectorDefinition
connectorId: Id
headerValue: string | null
remoteConnectorId: Id
Param: connectorId
connector id
Param: remoteConnectorId
remote connector id
Param: type
type of auth renewal needed
Param: headerValue
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.