MCPcopy
hub / github.com/tinyauthapp/tinyauth / NewGenerateTotpConfig

Function NewGenerateTotpConfig

cmd/tinyauth/generate_totp.go:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func NewGenerateTotpConfig() *GenerateTotpConfig {
24 return &GenerateTotpConfig{
25 Interactive: false,
26 User: "",
27 }
28}
29
30func generateTotpCmd() *cli.Command {
31 tCfg := NewGenerateTotpConfig()

Callers 1

generateTotpCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected