# Functions
ConstProvider creates Provider that always resturns the same TokenKey.
FuncProvider creates Provider that executes a function which resturns a tokenkey.
HTTPProvider returns a new Provider that fetches the key from a HTTP resource.
# Interfaces
Provider represents a provider of the token key.
# Type aliases
TokenFunc returns a tokenKey and optionally renews it.