Documentation
¶
Index ¶
Constants ¶
View Source
const (
ProviderName = "generic"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct{}
func (*Authenticator) AuthenticateRequest ¶
func (a *Authenticator) AuthenticateRequest(ctx *gin.Context) (*authentication.Response, bool, error)
AuthenticateRequest authenticates the request using custom authenticator.Request objects.
Click to show internal directories.
Click to hide internal directories.