Skip to content

ServiceAuthDto

Mirror of flow_execution::service::ServiceAuth.

optional authUrl?: string | null


optional clientIdSetting?: string | null


optional credentialsHelpUrl?: string | null

Provider console URL where the user obtains the credentials (e.g. the OAuth client id + secret). Shown as a help link in Settings.


optional header?: string | null

Request header for api_key / bearer (defaults to Authorization).


scheme: string

oauth2 | bearer | basic | api_key.


optional scopes?: string[]


optional tokenUrl?: string | null