generic

package
v0.21.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	ClientID                   *secret.Secret   `yaml:"clientID,omitempty"`
	ExistingClientIDSecret     *secret.Existing `json:"existingClientIDSecret,omitempty" yaml:"existingClientIDSecret,omitempty"`
	ClientSecret               *secret.Secret   `yaml:"clientSecret,omitempty"`
	ExistingClientSecretSecret *secret.Existing `json:"existingClientSecretSecret,omitempty" yaml:"existingClientSecretSecret,omitempty"`
	Scopes                     []string         `json:"scopes,omitempty" yaml:"scopes,omitempty"`
	AuthURL                    string           `json:"authURL,omitempty" yaml:"authURL,omitempty"`
	TokenURL                   string           `json:"tokenURL,omitempty" yaml:"tokenURL,omitempty"`
	APIURL                     string           `json:"apiURL,omitempty" yaml:"apiURL,omitempty"`
	AllowedDomains             []string         `json:"allowedDomains,omitempty" yaml:"allowedDomains,omitempty"`
}

func ClearEmpty

func ClearEmpty(g *Auth) *Auth

func (*Auth) MarshalYAML

func (g *Auth) MarshalYAML() (interface{}, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL