Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
func
NewGenerateTotpConfig() *GenerateTotpConfig {
24
return
&GenerateTotpConfig{
25
Interactive: false,
26
User:
""
,
27
}
28
}
29
30
func
generateTotpCmd() *cli.Command {
31
tCfg := NewGenerateTotpConfig()
Callers
1
generateTotpCmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected