Worldline Connect Node.js SDK
Preparing search index...
model/webhooks/types
InMemorySecretKeyStore
Interface InMemorySecretKeyStore
interface
InMemorySecretKeyStore
{
clear
()
:
void
;
getSecretKey
(
keyId
:
string
)
:
Promise
<
string
>
;
removeSecretKey
(
keyId
:
string
)
:
void
;
storeSecretKey
(
keyId
:
string
,
secretKey
:
string
)
:
void
;
}
Hierarchy (
View Summary
)
SecretKeyStore
InMemorySecretKeyStore
Index
Methods
clear
get
Secret
Key
remove
Secret
Key
store
Secret
Key
Methods
clear
clear
()
:
void
Returns
void
get
Secret
Key
getSecretKey
(
keyId
:
string
)
:
Promise
<
string
>
Parameters
keyId
:
string
Returns
Promise
<
string
>
remove
Secret
Key
removeSecretKey
(
keyId
:
string
)
:
void
Parameters
keyId
:
string
Returns
void
store
Secret
Key
storeSecretKey
(
keyId
:
string
,
secretKey
:
string
)
:
void
Parameters
keyId
:
string
secretKey
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
clear
get
Secret
Key
remove
Secret
Key
store
Secret
Key
Worldline Connect Node.js SDK
Loading...