authorizer

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2025 License: Apache-2.0 Imports: 8 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	OAuthConfig
	AuthFlow    string                        `json:"authFlow"`
	Scopes      []string                      `json:"scopes"`
	Secrets     map[string]string             `json:"secrets"`
	SecretsURL  string                        `json:"secretsURL"`
	UsePKCE     bool                          `json:"usePKCE"`
	NewEndpoint func() (flow.Endpoint, error) `json:"-" yaml:"-"`
}

Command represents a command to authorize

type OAuthConfig added in v0.23.0

type OAuthConfig struct {
	Config    *oauth2.Config `json:"config"`
	ConfigURL string         `json:"configURL"`
}

type Service

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

Service is a secretsService that provides authorization functionality

func New

func New() *Service

func (*Service) Authorize

func (s *Service) Authorize(ctx context.Context, command *Command) (*oauth2.Token, error)

Authorize authorizes a command using the provided context and command

func (*Service) EnsureConfig added in v0.23.0

func (s *Service) EnsureConfig(ctx context.Context, config *OAuthConfig) error

func (*Service) IDClient added in v0.25.0

func (s *Service) IDClient(ctx context.Context, command *Command) (*http.Client, error)

IDClient returns identity token HTTP config

func (*Service) RefreshToken added in v0.25.0

func (s *Service) RefreshToken(ctx context.Context, refreshToken *oauth2.Token, config *OAuthConfig) (*oauth2.Token, error)

RefreshToken refresh token using the provided context, refresh token, and config

Jump to

Keyboard shortcuts

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