Interface AuthConfig

Auth configuration to run the extension.

Properties

apiKeyConfig?: ApiKeyConfig

Config for API key auth.

authType?: AuthType

Type of auth scheme.

googleServiceAccountConfig?: AuthConfigGoogleServiceAccountConfig

Config for Google Service Account auth.

httpBasicAuthConfig?: AuthConfigHttpBasicAuthConfig

Config for HTTP Basic auth.

oauthConfig?: AuthConfigOauthConfig

Config for user oauth.

Config for user OIDC auth.