@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Iam
Api
Keys
constructor
endpoint
http
options
uri
Helper
base
Endpoint
get
All
get
Private
Key
meta
Iam
Api
Keys
Fetch
Failed
Iam
Api
Keys
Meta
Failed
Iam
Api
Keys
Private
Key
Fetch
Failed
Iam
Api
Keys
Options
Iam
Api
Keys
Private
Key
Response
Iam
Api
Keys
Query
Iam
Api
Keys
Query
Handler
Iam
Api
Keys
Response
Merchant
Api
Key
Merchant
Api
Key
Payment
Type
Merchant
Api
Key
Scope
Hierarchy
ThBaseHandler
IamApiKeys
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
get
All
get
Private
Key
meta
Constructors
constructor
new
Iam
Api
Keys
(
options
:
IamApiKeysOptions
, http
:
Client
)
:
IamApiKeys
Parameters
options:
IamApiKeysOptions
http:
Client
Returns
IamApiKeys
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
IamApiKeysOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/iam/api-keys'
Methods
get
All
get
All
(
query
?:
IamApiKeysQueryHandler
)
:
Promise
<
IamApiKeysResponse
>
Parameters
Optional
query:
IamApiKeysQueryHandler
Returns
Promise
<
IamApiKeysResponse
>
get
Private
Key
get
Private
Key
(
publicKey
:
string
)
:
Promise
<
IamApiKeysPrivateKeyResponse
>
Parameters
publicKey:
string
Returns
Promise
<
IamApiKeysPrivateKeyResponse
>
meta
meta
(
query
?:
IamApiKeysQueryHandler
)
:
Promise
<
IamApiKeysResponse
>
Parameters
Optional
query:
IamApiKeysQueryHandler
Returns
Promise
<
IamApiKeysResponse
>
Generated using
TypeDoc