Versions in this module Expand all Collapse all v0 v0.9.0 Apr 11, 2023 Changes in this version + var StorePrefix = "tokens/" + func NewTokenProvider(opts ...token.Option) token.Provider + type Basic struct + func (b *Basic) Generate(acc *auth.Account, opts ...token.GenerateOption) (*token.Token, error) + func (b *Basic) Inspect(t string) (*auth.Account, error) + func (b *Basic) String() string