package
2.1.0+incompatible
Repository: https://github.com/thethingsnetwork/go-account-lib.git
Documentation: pkg.go.dev

# 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.

# Structs

TokenKey is the data returned by the token key provider.

# Interfaces

Provider represents a provider of the token key.

# Type aliases

TokenFunc returns a tokenKey and optionally renews it.