package
1.0.2
Repository: https://github.com/timandy/go-auth0.git
Documentation: pkg.go.dev

# Functions

DebugTransport wraps base transport with the ability to log the contents of requests and responses.
OAuth2ClientCredentials sets the oauth2 client credentials.
RateLimitTransport wraps base transport with rate limiting functionality.
StaticToken sets a static token to be used for oauth2.
UserAgentTransport wraps base transport with a customized "User-Agent" header.
WithDebug configures the client to enable debug.
WithRateLimit configures the client to enable rate limiting.
WithUserAgent configures the client to overwrite the user agent header.
Wrap the base client with transports that enable OAuth2 authentication.

# Variables

UserAgent is the default user agent string.

# Type aliases

Option is the type used to configure a client.
RoundTripFunc is an adapter to allow the use of ordinary functions as HTTP round trips.