Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OIDCAuthenticator ¶
type OIDCAuthenticator interface {
Middleware() gin.HandlerFunc
}
func NewOIDCAuthenticator ¶
NewOIDCAuthenticator creates a new OIDCAuthenticator instance
type OIDCAuthenticatorImpl ¶
type OIDCAuthenticatorImpl struct {
// contains filtered or unexported fields
}
func (*OIDCAuthenticatorImpl) Middleware ¶
func (a *OIDCAuthenticatorImpl) Middleware() gin.HandlerFunc
Middleware implementation of the OIDCAuthenticator interface
type OIDCAuthenticatorNoop ¶
type OIDCAuthenticatorNoop struct{}
func (*OIDCAuthenticatorNoop) Middleware ¶
func (a *OIDCAuthenticatorNoop) Middleware() gin.HandlerFunc
Noop implementation of the OIDCAuthenticator interface
Click to show internal directories.
Click to hide internal directories.