Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
IntegrationAppClientOptions
Interface IntegrationAppClientOptions
interface
IntegrationAppClientOptions
{
token
?:
string
;
fetchToken
?:
()
=>
Promise
<
string
>
;
credentials
?:
any
;
fetchCredentials
?:
()
=>
Promise
<
any
>
;
apiUri
?:
string
;
uiUri
?:
string
;
accessToken
?:
string
;
}
Index
Properties
token?
fetch
Token?
credentials?
fetch
Credentials?
api
Uri?
ui
Uri?
access
Token?
Properties
Optional
token
token
?:
string
Optional
fetch
Token
fetchToken
?:
()
=>
Promise
<
string
>
Optional
credentials
credentials
?:
any
Optional
fetch
Credentials
fetchCredentials
?:
()
=>
Promise
<
any
>
Optional
api
Uri
apiUri
?:
string
Optional
ui
Uri
uiUri
?:
string
Optional
access
Token
accessToken
?:
string
Deprecated
use
token
instead
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
fetch
Token
credentials
fetch
Credentials
api
Uri
ui
Uri
access
Token
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...
Deprecated
use
token
instead