mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
docs(token_auth.md): clarify scopes can be a list or comma separated string
This commit is contained in:
parent
d918b089c6
commit
c4a5e2c5c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue