@salesforce/core
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Generic
Unix
Keychain
Access
get
Password
is
Valid
File
Access
set
Password
Hierarchy
GenericKeychainAccess
GenericUnixKeychainAccess
Implements
PasswordStore
Index
Methods
get
Password
is
Valid
File
Access
set
Password
Methods
get
Password
get
Password
(
opts
:
ProgramOpts
, fn
:
function
)
:
Promise
<
void
>
Parameters
opts:
ProgramOpts
fn:
function
(
error
:
Nullable
<
Error
>
, password
?:
undefined
|
string
)
:
void
Parameters
error:
Nullable
<
Error
>
Optional
password:
undefined
|
string
Returns
void
Returns
Promise
<
void
>
Protected
is
Valid
File
Access
is
Valid
File
Access
(
cb
:
function
)
:
Promise
<
void
>
Parameters
cb:
function
(
error
:
Nullable
<
Error
>
)
:
Promise
<
void
>
Parameters
error:
Nullable
<
Error
>
Returns
Promise
<
void
>
Returns
Promise
<
void
>
set
Password
set
Password
(
opts
:
ProgramOpts
, fn
:
function
)
:
Promise
<
void
>
Parameters
opts:
ProgramOpts
fn:
function
(
error
:
Nullable
<
Error
>
, password
?:
undefined
|
string
)
:
void
Parameters
error:
Nullable
<
Error
>
Optional
password:
undefined
|
string
Returns
void
Returns
Promise
<
void
>