Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthenticator ¶
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
func (*Authenticator) Authenticate ¶
func (a *Authenticator) Authenticate(ctx context.Context) (*authn.AuthClaims, error)
func (*Authenticator) Close ¶
func (a *Authenticator) Close()
func (*Authenticator) CreateIdentity ¶
func (a *Authenticator) CreateIdentity(ctx context.Context, claims authn.AuthClaims) (string, error)
Click to show internal directories.
Click to hide internal directories.