authhandler

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CommandAuthHandler

func CommandAuthHandler(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command

CommandAuthHandler creates the get authhandler subcommand.

Types

type HandlerSummary added in v0.8.0

type HandlerSummary struct {
	DisplayName  string `json:"displayName" yaml:"displayName"`
	Name         string `json:"name" yaml:"name" required:"true"`
	Capabilities string `json:"capabilities" yaml:"capabilities"`
	Flows        string `json:"flows" yaml:"flows"`
}

HandlerSummary is the table-friendly output for auth handler listing.

type Options

type Options struct {
	BinaryName string
	IOStreams  *terminal.IOStreams
	CliParams  *settings.Run

	flags.KvxOutputFlags
}

Options holds configuration for the get authhandler command.

func (*Options) RunGetHandler

func (o *Options) RunGetHandler(ctx context.Context, name string) error

RunGetHandler shows details for a single named auth handler.

func (*Options) RunListHandlers

func (o *Options) RunListHandlers(ctx context.Context) error

RunListHandlers lists all registered auth handlers.

Jump to

Keyboard shortcuts

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