Versions in this module Expand all Collapse all v1 v1.7.7 Dec 24, 2024 v1.7.6 Dec 24, 2024 Changes in this version + type Authenticator struct + func NewAuthenticator(store *redis.Redis, key string, strict bool) (*Authenticator, error) + func (a *Authenticator) Authenticate(ctx context.Context) error + type Credential struct + App string + Token string + func ParseCredential(ctx context.Context) Credential + func (c *Credential) GetRequestMetadata(context.Context, ...string) (map[string]string, error) + func (c *Credential) RequireTransportSecurity() bool