Documentation ¶ Index ¶ type Config type Manager func NewManager(client *http.Client, config Config) *Manager func (m *Manager) Client(ctx context.Context) *http.Client func (m *Manager) RoundTrip(req *http.Request) (*http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { ClientID string ClientSecret string TokenUrl string Resource string Scopes []string } type Manager ¶ type Manager struct { // contains filtered or unexported fields } func NewManager ¶ func NewManager(client *http.Client, config Config) *Manager func (*Manager) Client ¶ func (m *Manager) Client(ctx context.Context) *http.Client func (*Manager) RoundTrip ¶ func (m *Manager) RoundTrip(req *http.Request) (*http.Response, error) Source Files ¶ View all Source files manager.gotoken.gotransport.go Click to show internal directories. Click to hide internal directories.