ExperienceAuthScope
Enumerates the authorization scopes an experience can request when prompting a creator for permission to access their assets.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 563 | DefaultScope | 0 | The base scope (value | |
| 563 | CreatorAssetsCreate | 1 | Requests read and write access to the creator's assets; maps to the
|
Description
Enumerates the authorization scopes passed to ExperienceAuthService when an
experience needs to request specific permissions from a creator. Each value
maps to an underlying OAuth-style token scope: CreatorAssetsCreate resolves
to asset:*:read,write, granting the experience read and write access to the
creator's assets for the duration of the session.
History 3
- 563 Add DefaultScope
- 563 Add CreatorAssetsCreate
- 550 Add ExperienceAuthScope