Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
func New ¶
func New(store auth.IdentityStore, states auth.StateStore, sessions auth.SessionIssuer, providers []auth.OAuthProvider, opts ...Option) *Authenticator
func (*Authenticator) Mount ¶
func (a *Authenticator) Mount(r router.Router)
func (*Authenticator) Name ¶
func (a *Authenticator) Name() string
Click to show internal directories.
Click to hide internal directories.