Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthManager ¶
func NewAuthManager ¶
type Config ¶
type Config struct {
Name string `yaml:"Name"`
OpenAuth openauth.ClientConfig `yaml:"OpenAuth"`
}
type OpenAuthStrategy ¶
type OpenAuthStrategy struct {
// contains filtered or unexported fields
}
func (*OpenAuthStrategy) Authenticate ¶
func (s *OpenAuthStrategy) Authenticate(ctx *gin.Context) error
func (*OpenAuthStrategy) Close ¶
func (s *OpenAuthStrategy) Close() error
Click to show internal directories.
Click to hide internal directories.