Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
AuthFlow string `json:"authFlow"`
Config *oauth2.Config `json:"config"`
ConfigURL string `json:"configURL"`
Scopes []string `json:"scopes"`
Secrets map[string]string `json:"secrets"`
SecretsURL string `json:"secretsURL"`
UsePKCE bool `json:"usePKCE"`
}
Command represents a command to authorize
Click to show internal directories.
Click to hide internal directories.