package
0.0.0-20250306163500-5f3bb2705e1f
Repository: https://github.com/versoriumx/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 config and writer.
NewPromptConfig returns a prompt config that will induce default behavior.

# Structs

CLIPrompt is the default CLI mfa prompt implementation.
MFAGoroutineResponse is an MFA goroutine response.
PromptConfig contains common mfa prompt config options.
RunOpts are mfa prompt run options.