Documentation
¶
Overview ¶
Package keychain provides secure credential storage using the system keychain. On macOS it uses Keychain, on Windows it uses Credential Manager, and on Linux it uses Secret Service (via D-Bus).
Index ¶
Constants ¶
View Source
const ( // ServiceName is the service identifier used for all Wails credentials ServiceName = "wails" // Credential keys KeyWindowsCertPassword = "windows-cert-password" KeyPGPPassword = "pgp-password" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.