Versions in this module Expand all Collapse all v1 v1.0.1 Jan 4, 2021 v1.0.0 Dec 23, 2020 Changes in this version + var ErrKmsVerification = errors.New("kms: verification error") + func DisableCache(k *kmsClient) + func New(client kmsiface.KMSAPI, kmsKeyID string, opts ...Option) jwt.SigningMethod + type Option func(*kmsClient) + func WithCleanupInterval(cleanupInterval time.Duration) Option + func WithDefaultExpiration(defaultExpiration time.Duration) Option + func WithSigningAlgorithm(algorighm string) Option Other modules containing this package github.com/marcinwyszynski/kmsjwt/v2 github.com/marcinwyszynski/kmsjwt/v3 github.com/marcinwyszynski/kmsjwt/v4