FileMaker Data API Tools API - v1.2.0
Preparing search index...
services/secretStore
SecretStore
Class SecretStore
Index
Constructors
constructor
Methods
set
Password
get
Password
delete
Password
set
Session
Token
get
Session
Token
delete
Session
Token
set
Proxy
Api
Key
get
Proxy
Api
Key
delete
Proxy
Api
Key
clear
Profile
Secrets
Constructors
constructor
new
SecretStore
(
secrets
:
SecretStorage
,
options
?:
SecretStoreOptions
,
)
:
SecretStore
Parameters
secrets
:
SecretStorage
options
:
SecretStoreOptions
= {}
Returns
SecretStore
Methods
set
Password
setPassword
(
profileId
:
string
,
password
:
string
)
:
Promise
<
void
>
Parameters
profileId
:
string
password
:
string
Returns
Promise
<
void
>
get
Password
getPassword
(
profileId
:
string
)
:
Promise
<
string
|
undefined
>
Parameters
profileId
:
string
Returns
Promise
<
string
|
undefined
>
delete
Password
deletePassword
(
profileId
:
string
)
:
Promise
<
void
>
Parameters
profileId
:
string
Returns
Promise
<
void
>
set
Session
Token
setSessionToken
(
profileId
:
string
,
token
:
string
)
:
Promise
<
void
>
Parameters
profileId
:
string
token
:
string
Returns
Promise
<
void
>
get
Session
Token
getSessionToken
(
profileId
:
string
)
:
Promise
<
string
|
undefined
>
Parameters
profileId
:
string
Returns
Promise
<
string
|
undefined
>
delete
Session
Token
deleteSessionToken
(
profileId
:
string
)
:
Promise
<
void
>
Parameters
profileId
:
string
Returns
Promise
<
void
>
set
Proxy
Api
Key
setProxyApiKey
(
profileId
:
string
,
apiKey
:
string
)
:
Promise
<
void
>
Parameters
profileId
:
string
apiKey
:
string
Returns
Promise
<
void
>
get
Proxy
Api
Key
getProxyApiKey
(
profileId
:
string
)
:
Promise
<
string
|
undefined
>
Parameters
profileId
:
string
Returns
Promise
<
string
|
undefined
>
delete
Proxy
Api
Key
deleteProxyApiKey
(
profileId
:
string
)
:
Promise
<
void
>
Parameters
profileId
:
string
Returns
Promise
<
void
>
clear
Profile
Secrets
clearProfileSecrets
(
profileId
:
string
)
:
Promise
<
void
>
Parameters
profileId
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
set
Password
get
Password
delete
Password
set
Session
Token
get
Session
Token
delete
Session
Token
set
Proxy
Api
Key
get
Proxy
Api
Key
delete
Proxy
Api
Key
clear
Profile
Secrets
FileMaker Data API Tools API - v1.2.0
Loading...