Skip to main content

linear.linearoauthprops.actor

Home > @runlightyear/linear > LinearOAuthProps > actor

LinearOAuthProps.actor property

This API is in beta and may contain contain bugs. Can be used in production with caution.

Define how the OAuth application should create issues, comments and other changes:

Signature:
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";