getPassword
Agent Runtimes / stubs/keytar / getPassword
Function: getPassword()
getPassword(
_service,_account):Promise<string|null>
Defined in: stubs/keytar.ts:12
Stub for keytar module in browser environments. keytar is a native Node.js module for system keychain access and cannot run in the browser.
Parameters
_service
string
_account
string
Returns
Promise<string | null>