package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

HandleMFAPromptGoroutines spawns MFA prompt goroutines and returns the first successful response, terminating error, or an aggregated error if they all fail.
NewCLIPrompt returns a new CLI mfa prompt with the given config.
NewPromptConfig returns a prompt config that will induce default behavior.

# Structs

CLIPrompt is the default CLI mfa prompt implementation.
CLIPromptConfig contains CLI prompt config options.
MFAGoroutineResponse is an MFA goroutine response.
PromptConfig contains common mfa prompt config options shared by different implementations of [mfa.Prompt].

# Type aliases

WebauthnLoginFunc is a function that performs WebAuthn login.