Enumeration AuthScopeConst

Non-exhaustive list of common permission scopes.

Enumeration Members

Enumeration Members

email: "email"

Request the user's email if available.

publish_data: "publish_data"

Publish data so that other users of the app can discover and interact with the user. The user's files stored on Gaia hub are made visible to others via the apps property in the user’s profile.json file.

store_write: "store_write"

Read and write data to the user's Gaia hub in an app-specific storage bucket. This is the default scope.

Generated using TypeDoc