# Structs

HandlerMock implements http.Handler and is intended for use in tests.
TokenAuthenticatorMock imprements auth.TokenAuthenticator and is intended for using in tests.
TokenSourceMock implements auth.TokenGenerator and is intended for using in tests.

# Type aliases

StaticTokenSource implements auth.TokenGenerator and always returns itself as a token.