Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OIDCProvider ¶
type OIDCProvider struct {
// contains filtered or unexported fields
}
func NewOIDCProvider ¶
func NewOIDCProvider(c *config.AuthProvider) (*OIDCProvider, error)
func (*OIDCProvider) Exchange ¶
func (p *OIDCProvider) Exchange(redirectURI, code string) (*User, error)
func (*OIDCProvider) GetLoginURL ¶
func (p *OIDCProvider) GetLoginURL(redirectURI, state string) string
Click to show internal directories.
Click to hide internal directories.