Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildWebBotAuthOutput ¶
BuildWebBotAuthOutput contains the result of building the extension
func BuildWebBotAuth ¶
func BuildWebBotAuth(ctx context.Context, in ExtensionsBuildWebBotAuthInput) (*BuildWebBotAuthOutput, error)
type ExtensionsBuildWebBotAuthInput ¶
type ExtensionsBuildWebBotAuthInput struct {
Output string
HostURL string
KeyPath string // Path to user's JWK or PEM file (optional, defaults to RFC9421 test key)
ExtensionName string // Name for the extension paths (defaults to "web-bot-auth")
AutoUpload bool // Whether the extension will be automatically uploaded after building
SignatureAgentURL string // URL of the signature agent
}
Click to show internal directories.
Click to hide internal directories.