Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ConnectorAuthMethodType
Interface ConnectorAuthMethodType
interface
ConnectorAuthMethodType
{
authTypes
?:
(
|
"proxy"
|
"integration-app-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
)
[]
;
fileKeys
?:
string
[]
;
getInputSchema
?:
(
args
:
ConnectorAuthMethodArgs
)
=>
undefined
|
DataSchema
;
getOutputSchema
?:
(
args
:
ConnectorAuthMethodArgs
)
=>
undefined
|
DataSchema
;
supportedImplementationTypes
:
ConnectorMethodImplementationType
[]
;
isRequired
:
boolean
;
}
Index
Properties
auth
Types?
file
Keys?
get
Input
Schema?
get
Output
Schema?
supported
Implementation
Types
is
Required
Properties
Optional
auth
Types
authTypes
?:
(
|
"proxy"
|
"integration-app-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
)
[]
Optional
file
Keys
fileKeys
?:
string
[]
Optional
get
Input
Schema
getInputSchema
?:
(
args
:
ConnectorAuthMethodArgs
)
=>
undefined
|
DataSchema
Optional
get
Output
Schema
getOutputSchema
?:
(
args
:
ConnectorAuthMethodArgs
)
=>
undefined
|
DataSchema
supported
Implementation
Types
supportedImplementationTypes
:
ConnectorMethodImplementationType
[]
is
Required
isRequired
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Types
file
Keys
get
Input
Schema
get
Output
Schema
supported
Implementation
Types
is
Required
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...