oauth2clientcredentials

package
v0.0.0-...-ebb33e4 Latest Latest
Warning

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

Go to latest
Published: May 18, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewOAuth2ClientCredentialsMiddleware

func NewOAuth2ClientCredentialsMiddleware(logger logger.Logger) middleware.Middleware

NewOAuth2ClientCredentialsMiddleware returns a new oAuth2 middleware.

Types

type Middleware

type Middleware struct {
	// contains filtered or unexported fields
}

Middleware is an oAuth2 authentication middleware.

func (*Middleware) GetComponentMetadata

func (m *Middleware) GetComponentMetadata() map[string]string

func (*Middleware) GetHandler

func (m *Middleware) GetHandler(_ context.Context, metadata middleware.Metadata) (func(next http.Handler) http.Handler, error)

GetHandler retruns the HTTP handler provided by the middleware.

func (*Middleware) GetToken

func (m *Middleware) GetToken(ctx context.Context, conf *clientcredentials.Config) (*oauth2.Token, error)

GetToken returns a token from the current OAuth2 ClientCredentials Configuration.

func (*Middleware) SetTokenProvider

func (m *Middleware) SetTokenProvider(tokenProvider TokenProviderInterface)

SetTokenProvider will enable to change the tokenProvider used after instanciation (needed for mocking).

type TokenProviderInterface

type TokenProviderInterface interface {
	GetToken(ctx context.Context, conf *clientcredentials.Config) (*oauth2.Token, error)
}

TokenProviderInterface provides a common interface to Mock the Token retrieval in unit tests.

Directories

Path Synopsis
Package mock_oauth2clientcredentials is a generated GoMock package.
Package mock_oauth2clientcredentials is a generated GoMock package.

Jump to

Keyboard shortcuts

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