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

Function quickstartsURIFor

internal/display/apps.go:268–283  ·  view source on GitHub ↗
(appType string)

Source from the content-addressed store, hash-verified

266}
267
268func quickstartsURIFor(appType string) string {
269 switch appType {
270 case "native":
271 return quickstartsNative
272 case "spa":
273 return quickstartsSPA
274 case "regular_web":
275 return quickstartsRegularWeb
276 case "non_interactive":
277 return quickstartsM2M
278 case "resource_server":
279 return quickstartsGeneric
280 default:
281 return quickstartsGeneric
282 }
283}
284
285func ApplyColorToFriendlyAppType(a string) string {
286 switch a {

Callers 1

ApplicationCreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected