Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
@integration-app/react
ConnectorAuthMethodType
Interface ConnectorAuthMethodType
interface
ConnectorAuthMethodType
{
authTypes
?:
(
|
"oauth2"
|
"integration-app-token"
|
"oauth1"
|
"client-credentials"
|
"proxy"
)
[]
;
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
?:
(
|
"oauth2"
|
"integration-app-token"
|
"oauth1"
|
"client-credentials"
|
"proxy"
)
[]
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
SDK
REST API
Integration App React - v2.13.2
Loading...