# EmbedTokenResponse
## Properties
**token** | Option<**String**> | Narrowly-scoped embed token for the iframe. Absent for fully anonymous or raw apps, which load without a scoped token. | [optional]
**expiration** | Option<**String**> | Expiration of the embed token. | [optional]
**raw_app** | **bool** | Raw apps render single-iframe and skip the opaque-viewer indirection and the embed token entirely. |
**sandbox** | **bool** | Publisher opted this app into sandbox isolation. When false the viewer runs the app same-origin with its full session. |
**app_path** | Option<**String**> | The resolved app path; the embedder uses it to scope the app's backing localStorage per app. | [optional]
**workspace_id** | Option<**String**> | The resolved workspace; pairs with app_path so apps at the same path in different workspaces don't share a localStorage store. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)