Documentation
¶
Index ¶
- Variables
- func Available() []string
- func KDialogMfaPrompt(mfaSerial string) (string, error)
- func OSAScriptMfaPrompt(mfaSerial string) (string, error)
- func TerminalMfaPrompt(mfaSerial string) (string, error)
- func TerminalPrompt(message string) (string, error)
- func YkmanMfaProvider(mfaSerial string) (string, error)
- func ZenityMfaPrompt(mfaSerial string) (string, error)
- type PromptFunc
Constants ¶
This section is empty.
Variables ¶
View Source
var Methods = map[string]PromptFunc{}
Functions ¶
func KDialogMfaPrompt ¶
func OSAScriptMfaPrompt ¶
func TerminalMfaPrompt ¶
func TerminalPrompt ¶
func YkmanMfaProvider ¶
YkmanProvider runs ykman to generate a OATH-TOTP token from the Yubikey device To set up ykman, first run `ykman oath add`
func ZenityMfaPrompt ¶
Types ¶
type PromptFunc ¶
func Method ¶
func Method(s string) PromptFunc
Click to show internal directories.
Click to hide internal directories.