# Functions

NewFileStore returns a token store that stores tokens on disk relative to a given root.

# Variables

ErrNotExist is returned when a token doesn't exist.
ErrTokenExpired is returned from Get when a token is past its expiration.

# Structs

Entry
Entry provides metadata about a token stored in the token store.
Store can store and retrieve tokens from the local file system.
Token is a generic token stored with an expiration time.