lightyear.definecustomappoauthprops
Home > @runlightyear/lightyear > DefineCustomAppOAuthProps
DefineCustomAppOAuthProps interface
Signature:interface DefineCustomAppOAuthProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
authType | "OAUTH2" | ||
name | string | ||
title | string |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
appWebhook? | AppWebhookFunc | ||
oauth? | (props: OAuthConnectorProps) => OAuthConnector | ||
secrets? | Array<VariableDef> | ||
variables? | Array<VariableDef> |