MCPcopy Create free account
hub / github.com/auth0/auth0-cli / AppConfig

Struct AppConfig

internal/auth0/quickstart.go:216–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216type AppConfig struct {
217 EnvValues map[string]string
218 RequestParams RequestParams
219 Strategy FileOutputStrategy
220 // AudienceVar is the env variable name to add when --api is also specified.
221 // It receives the API identifier (audience URL) as its value.
222 // Leave empty for frameworks where the audience is not configured via an env file.
223 AudienceVar string
224}
225
226// FrameworkBuildTools maps "type:framework" to the sorted list of build-tool
227// variants from QuickstartConfigs (including the "none" sentinel).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected