GenerateComponentTokenInput
Selects the embedded component that needs access and optionally supplies a document viewer scope.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
component | ComponentTokenComponent! | Yes | — | Component that selects the server-owned capability allow list |
documentViewer | DocumentViewerComponentTokenScopeInput | No | — | Optional resource scope for the document viewer; exists for forward compatibility but not currently enforced |
Example
input: {
component: LS_DOCUMENT_VIEWER
}