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

Struct LoginInputs

internal/cli/login.go:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68)
69
70type LoginInputs struct {
71 Domain string
72 ClientID string
73 ClientSecret string
74 ClientAssertionPrivateKey string
75 ClientAssertionSigningAlg string
76 AdditionalScopes []string
77}
78
79func (i *LoginInputs) isLoggingInWithAdditionalScopes() bool {
80 return len(i.AdditionalScopes) > 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected