Versions in this module Expand all Collapse all v0 v0.48.0 May 24, 2026 v0.47.0 May 23, 2026 Changes in this version + type Option func(*options) + func WithHostAudience(host, audience string) Option + func WithHostJWK(host, jwk, iss, aud, sub string) Option + func WithHostToken(host, token string) Option + func WithInner(rt http.RoundTripper) Option + type Transport struct + func NewTransport(opts ...Option) (*Transport, error) + func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)