File
Edit
View
Help
🛡️
OAuth 2.0 Demo
Test the OAuth flow with different scope configurations
📂 Variable Scopes
Let the user choose specific resources:
READ
read:{resource}
WRITE
write:{resource}
📄 Specific Scopes
Request specific file permissions:
READ
documents/readme.md
WRITE
config/settings.json
🔀 Mixed Scopes Demo
Combine variable and specific scopes in one request:
Variable:
APPEND
append:{resource}
Specific:
READ
logs/app.log