MCPcopy Create free account
hub / github.com/Mister-leo/fssh / UnlockMasterKey

Method UnlockMasterKey

internal/auth/auth.go:27–27  ·  view source on GitHub ↗

UnlockMasterKey 解锁并返回 master key 可能需要用户交互(Touch ID 或密码+验证码)

()

Source from the content-addressed store, hash-verified

25 // UnlockMasterKey 解锁并返回 master key
26 // 可能需要用户交互(Touch ID 或密码+验证码)
27 UnlockMasterKey() ([]byte, error)
28
29 // IsAvailable 检查认证方式是否可用
30 // Touch ID: 检查设备是否支持

Callers 3

StartWithOptionsFunction · 0.65
SignMethod · 0.65
SignWithFlagsMethod · 0.65

Implementers 2

OTPProviderinternal/auth/otp.go
TouchIDProviderinternal/auth/touchid.go

Calls

no outgoing calls

Tested by

no test coverage detected