mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:11:59 +00:00
add expires_at
This commit is contained in:
parent
9a017ba605
commit
e4a7f482de
3 changed files with 12 additions and 1 deletions
7
docs/_static/llama-stack-spec.html
vendored
7
docs/_static/llama-stack-spec.html
vendored
|
|
@ -6797,6 +6797,10 @@
|
|||
},
|
||||
"token": {
|
||||
"type": "string"
|
||||
},
|
||||
"expires_at": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
@ -6804,7 +6808,8 @@
|
|||
"credential_id",
|
||||
"provider_id",
|
||||
"token_type",
|
||||
"token"
|
||||
"token",
|
||||
"expires_at"
|
||||
],
|
||||
"title": "ProviderCredential"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue