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 TerminalSecretPrompt(message string) (string, error)
- func YkmanMfaProvider(mfaSerial string) (string, error)
- func ZenityMfaPrompt(mfaSerial string) (string, error)
- type Func
Constants ¶
This section is empty.
Variables ¶
View Source
var Methods = map[string]Func{}
Functions ¶
func KDialogMfaPrompt ¶
func OSAScriptMfaPrompt ¶
func TerminalMfaPrompt ¶
func TerminalPrompt ¶
func TerminalSecretPrompt ¶
func YkmanMfaProvider ¶
YkmanProvider runs ykman to generate a OATH-TOTP token from the Yubikey device To set up ykman, first run `ykman oath accounts add`
func ZenityMfaPrompt ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.