linear.linearoauthprops
Home > @runlightyear/linear > LinearOAuthProps
LinearOAuthProps interface
Signature:This API is in beta and may contain contain bugs. Can be used in production with caution.
interface LinearOAuthProps extends OAuthConnectorProps
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
actor? | "user" /** * Resources are created as the application. This option should be used if you have have only one user (e.g. admin) authorizing the application. Can be used together with createAsUser property when creating issues and comments. */ | "application" | (BETA) Define how the OAuth application should create issues, comments and other changes: | |
prompt? | "consent" | (BETA) The consent screen is displayed every time, even if all scopes were previously granted. This can be useful if you want to give users the opportunity to connect multiple workspaces. | |
scope? | LinearScope[] | (BETA) List of scopes |