# Functions
GetAuthenticatedContext returns an AuthenticatedContext embedded with an access token.
GetToken retrieves a fresh access token from the API.
# Constants
No description provided by the author
No description provided by the author
# Structs
GetTokenParams defines the parameters required to get an access token.
MockTokenParams implements the TokenParams interface for use in tests.
Token represents a Fragment API access token.
# Interfaces
AuthenticatedContext defines the interface for a context embedded with the Fragment API access token.
No description provided by the author