Tela SDK for JavaScript
NPM
Preparing search index...
Resources
AgentAuthCredentials
Interface AgentAuthCredentials
The Tela credentials used to derive an agent-sdk auth strategy.
interface
AgentAuthCredentials
{
apiKey
?:
string
;
dataToken
?:
string
;
jwt
?:
string
;
}
Index
Properties
api
Key?
data
Token?
jwt?
Properties
Optional
api
Key
apiKey
?:
string
Optional
data
Token
dataToken
?:
string
Optional
jwt
jwt
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Key
data
Token
jwt
Class Hierarchy
NPM
Tela SDK for JavaScript
Loading...
The Tela credentials used to derive an agent-sdk auth strategy.