Versions in this module Expand all Collapse all v2 v2.0.0 Mar 13, 2021 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 WithAlgorithm(algorithm string) Option + 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 github.com/marcinwyszynski/kmsjwt/v3 github.com/marcinwyszynski/kmsjwt/v4