# Packages

No description provided by the author

# Functions

NewJSONSerializingTokenStorage is a convenience function to construct a TokenStorage instance based on the provided SecretStorage and serializing the data to JSON for persistence.

# Structs

DefaultTokenStorage is the default implementation of the TokenStorage interface that uses the underlying SecretStorage for actually storing the data.
NotifyingTokenStorage is a wrapper around TokenStorage that also automatically creates the v1beta1.SPIAccessTokenDataUpdate objects.
No description provided by the author

# Interfaces

TokenStorage is an interface similar to SecretStorage that has historically been used to work with tokens.