Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
func NewAuthenticator ¶
func NewAuthenticator(opts ...Option) *Authenticator
type Option ¶
type Option func(authenticator *Authenticator)
func WithValidator ¶
func WithValidator(v authentication.Validator) Option
WithValidator with validator
Click to show internal directories.
Click to hide internal directories.