Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuthStrategy ¶
type OAuthStrategy struct {
// contains filtered or unexported fields
}
func NewOAuthStrategy ¶
func NewOAuthStrategy(cfg *setting.Cfg) *OAuthStrategy
func (*OAuthStrategy) GetProviderConfig ¶
func (*OAuthStrategy) IsMatch ¶
func (s *OAuthStrategy) IsMatch(provider string) bool
type SAMLStrategy ¶
type SAMLStrategy struct {
// contains filtered or unexported fields
}
func NewSAMLStrategy ¶
func NewSAMLStrategy(settingsProvider setting.Provider) *SAMLStrategy
func (*SAMLStrategy) GetProviderConfig ¶
func (*SAMLStrategy) IsMatch ¶
func (s *SAMLStrategy) IsMatch(provider string) bool
Click to show internal directories.
Click to hide internal directories.