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

Struct Credentials

internal/auth/auth.go:30–35  ·  view source on GitHub ↗

Credentials is used to facilitate the login process.

Source from the content-addressed store, hash-verified

28
29// Credentials is used to facilitate the login process.
30type Credentials struct {
31 Audience string
32 ClientID string
33 DeviceCodeEndpoint string
34 OauthTokenEndpoint string
35}
36
37type Result struct {
38 Tenant string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected