Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 13, 2024
1 parent ae7cbd5 commit 35ef247
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@
"login_consent_request": {
"description": "Configures how long a user login and consent flow may take.",
"default": "30m",
"type": "string",
"allOf": [
{
"$ref": "#/definitions/duration"
Expand All @@ -912,6 +913,7 @@
"access_token": {
"description": "Configures how long access tokens are valid.",
"default": "1h",
"type": "string",
"allOf": [
{
"$ref": "#/definitions/duration"
Expand All @@ -921,6 +923,7 @@
"refresh_token": {
"description": "Configures how long refresh tokens are valid. Set to -1 for refresh tokens to never expire.",
"default": "720h",
"type": "string",
"oneOf": [
{
"$ref": "#/definitions/duration"
Expand All @@ -936,6 +939,7 @@
"id_token": {
"description": "Configures how long id tokens are valid.",
"default": "1h",
"type": "string",
"allOf": [
{
"$ref": "#/definitions/duration"
Expand All @@ -945,6 +949,7 @@
"auth_code": {
"description": "Configures how long auth codes are valid.",
"default": "10m",
"type": "string",
"allOf": [
{
"$ref": "#/definitions/duration"
Expand Down

0 comments on commit 35ef247

Please sign in to comment.