Versions in this module Expand all Collapse all v0 v0.0.1 May 17, 2022 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