GitHub
Preparing search index...
The search index is not available
@seamapi/http - v1.38.3
@seamapi/http
connect
SeamHttpAcsCredentialsUnmanaged
Class SeamHttpAcsCredentialsUnmanaged
Index
Constructors
constructor
Properties
client
defaults
lts
Version
lts
Version
Methods
create
Paginator
get
list
update
Client
Session
Token
from
Api
Key
from
Client
from
Client
Session
Token
from
Console
Session
Token
from
Personal
Access
Token
from
Publishable
Key
Constructors
constructor
new
Seam
Http
Acs
Credentials
Unmanaged
(
apiKeyOrOptions
?
)
:
SeamHttpAcsCredentialsUnmanaged
Parameters
apiKeyOrOptions
:
string
|
SeamHttpOptions
= {}
Returns
SeamHttpAcsCredentialsUnmanaged
Properties
client
client
:
AxiosInstance
Readonly
defaults
defaults
:
Required
<
SeamHttpRequestOptions
>
Readonly
lts
Version
lts
Version
:
"1.0.0"
= seamApiLtsVersion
Static
lts
Version
lts
Version
:
string
= seamApiLtsVersion
Methods
create
Paginator
create
Paginator
<
const
TResponse
,
const
TResponseKey
>
(
request
)
:
SeamPaginator
<
TResponse
,
TResponseKey
>
Type Parameters
const
TResponse
const
TResponseKey
extends
string
|
number
|
symbol
Parameters
request
:
SeamHttpRequest
<
TResponse
,
TResponseKey
>
Returns
SeamPaginator
<
TResponse
,
TResponseKey
>
get
get
(
parameters
?
,
options
?
)
:
AcsCredentialsUnmanagedGetRequest
Parameters
Optional
parameters
:
{
acs_credential_id
:
string
;
}
acs_
credential_
id
:
string
ID of the unmanaged credential that you want to get.
options
:
AcsCredentialsUnmanagedGetOptions
= {}
Returns
AcsCredentialsUnmanagedGetRequest
list
list
(
parameters
?
,
options
?
)
:
AcsCredentialsUnmanagedListRequest
Parameters
Optional
parameters
:
AcsCredentialsUnmanagedListParameters
options
:
AcsCredentialsUnmanagedListOptions
= {}
Returns
AcsCredentialsUnmanagedListRequest
update
Client
Session
Token
update
Client
Session
Token
(
clientSessionToken
)
:
Promise
<
void
>
Parameters
clientSessionToken
:
string
Returns
Promise
<
void
>
Static
from
Api
Key
from
Api
Key
(
apiKey
,
options
?
)
:
SeamHttpAcsCredentialsUnmanaged
Parameters
apiKey
:
string
options
:
Omit
<
SeamHttpOptionsWithApiKey
,
"apiKey"
>
= {}
Returns
SeamHttpAcsCredentialsUnmanaged
Static
from
Client
from
Client
(
client
,
options
?
)
:
SeamHttpAcsCredentialsUnmanaged
Parameters
client
:
AxiosInstance
options
:
Omit
<
SeamHttpOptionsWithClient
,
"client"
>
= {}
Returns
SeamHttpAcsCredentialsUnmanaged
Static
from
Client
Session
Token
from
Client
Session
Token
(
clientSessionToken
,
options
?
)
:
SeamHttpAcsCredentialsUnmanaged
Parameters
clientSessionToken
:
string
options
:
Omit
<
SeamHttpOptionsWithClientSessionToken
,
"clientSessionToken"
>
= {}
Returns
SeamHttpAcsCredentialsUnmanaged
Static
from
Console
Session
Token
from
Console
Session
Token
(
consoleSessionToken
,
workspaceId
,
options
?
)
:
SeamHttpAcsCredentialsUnmanaged
Parameters
consoleSessionToken
:
string
workspaceId
:
string
options
:
Omit
<
SeamHttpOptionsWithConsoleSessionToken
,
"consoleSessionToken"
|
"workspaceId"
>
= {}
Returns
SeamHttpAcsCredentialsUnmanaged
Static
from
Personal
Access
Token
from
Personal
Access
Token
(
personalAccessToken
,
workspaceId
,
options
?
)
:
SeamHttpAcsCredentialsUnmanaged
Parameters
personalAccessToken
:
string
workspaceId
:
string
options
:
Omit
<
SeamHttpOptionsWithPersonalAccessToken
,
"workspaceId"
|
"personalAccessToken"
>
= {}
Returns
SeamHttpAcsCredentialsUnmanaged
Static
from
Publishable
Key
from
Publishable
Key
(
publishableKey
,
userIdentifierKey
,
options
?
)
:
Promise
<
SeamHttpAcsCredentialsUnmanaged
>
Parameters
publishableKey
:
string
userIdentifierKey
:
string
options
:
SeamHttpFromPublishableKeyOptions
= {}
Returns
Promise
<
SeamHttpAcsCredentialsUnmanaged
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
defaults
lts
Version
lts
Version
Methods
create
Paginator
get
list
update
Client
Session
Token
from
Api
Key
from
Client
from
Client
Session
Token
from
Console
Session
Token
from
Personal
Access
Token
from
Publishable
Key
GitHub
@seamapi/http - v1.38.3
Loading...
ID of the unmanaged credential that you want to get.