config

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BaseUrlField = field.StringField(
		"auth0-base-url",
		field.WithDescription("Base URL of the API"),
		field.WithRequired(true),
	)
	ClientIdField = field.StringField(
		"auth0-client-id",
		field.WithDescription("App client ID"),
		field.WithRequired(true),
	)
	ClientSecretField = field.StringField(
		"auth0-client-secret",
		field.WithDescription("App client secret"),
		field.WithRequired(true),
	)
	// ConfigurationFields defines the external configuration required for the connector to run.
	ConfigurationFields = []field.SchemaField{
		BaseUrlField,
		ClientIdField,
		ClientSecretField,
	}

	ConfigurationSchema = field.NewConfiguration(ConfigurationFields)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL