auth

package
v1.55.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultTokenEndpoint = oauth2.Endpoint{
	TokenURL: "https://sso.dynatrace.com/sso/oauth2/token",
}

Functions

func NewOAuthClient

func NewOAuthClient(ctx context.Context, oauthConfig OauthCredentials) *http.Client

NewOAuthClient creates a new HTTP client that supports OAuth2 client credentials based authorization

func NewTokenAuthClient

func NewTokenAuthClient(token string) *http.Client

NewTokenAuthClient creates a new HTTP client that supports token based authorization

Types

type OauthCredentials

type OauthCredentials struct {
	ClientID     string
	ClientSecret string
	TokenURL     string
	Scopes       []string
}

OauthCredentials holds information for authenticating to Dynatrace using Oauth2.0 client credential flow

type TokenAuthTransport

type TokenAuthTransport struct {
	http.RoundTripper
	// contains filtered or unexported fields
}

TokenAuthTransport should be used to enable a client to use dynatrace token authorization

func NewTokenAuthTransport

func NewTokenAuthTransport(token string) *TokenAuthTransport

NewTokenAuthTransport creates a new http transport to be used for token authorization

func (*TokenAuthTransport) RoundTrip

func (t *TokenAuthTransport) RoundTrip(req *http.Request) (*http.Response, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL