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

Function qsAppTypeFor

internal/display/quickstarts.go:51–64  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

49}
50
51func qsAppTypeFor(s string) string {
52 switch s {
53 case "native":
54 return friendlyNative
55 case "spa":
56 return friendlySpa
57 case "webapp":
58 return friendlyReg
59 case "backend":
60 return friendlyM2M
61 default:
62 return ""
63 }
64}

Callers 1

QuickstartListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected