authconfig

package
v0.5.9 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OAuthInfo

type OAuthInfo struct {
	ClientId           string
	ClientSecret       string
	Scopes             []string
	AuthUrl            string
	TokenUrl           string
	Enable             bool
	EmailAttributeName string
	EmailAttributePath string
	RoleAttributePath  string
	AllowedDomains     []string
	HostedDomain       string
	ApiUrl             string
	AllowSignup        bool
	Name               string
	TlsClientCert      string
	TlsClientKey       string
	TlsClientCa        string
	TlsSkipVerify      bool
}

type OAuther

type OAuther struct {
	OAuthInfos map[string]*OAuthInfo
}
var OAuthService *OAuther

Jump to

Keyboard shortcuts

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