package
1.1.0
Repository: https://github.com/fragment-dev/fragment-go.git
Documentation: pkg.go.dev

# 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