docs(token_auth.md): clarify scopes can be a list or comma separated string

This commit is contained in:
Krrish Dholakia 2025-02-12 07:26:47 -08:00
parent d918b089c6
commit c4a5e2c5c7

View file

@ -354,11 +354,11 @@ environment_variables:
### Example Token
```
```bash
{
"aud": "api://LiteLLM_Proxy",
"oid": "eec236bd-0135-4b28-9354-8fc4032d543e",
"roles": ["litellm.api.consumer"]
"roles": ["litellm.api.consumer"] # can be a list or a space-separated string
}
```