Skip to content

Commit

Permalink
docs: bump to abc5c78d4eed4557a0fd0d6cb5e103e263b55185
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 19, 2024
1 parent c4d7784 commit 76d91c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@
"pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
"type": "string"
},
"hydra_oauth2_grant_refresh_token_rotation_grace_period": {
"description": "Configures the OAuth2 Grant Refresh Token Rotation Grace Period\n\nIf set to `null` or `\"0s\"`, the graceful refresh token rotation is disabled.\n\nThis governs the \"oauth2.grant.refresh_token_rotation_grace_period\" setting.",
"type": "string"
},
"hydra_oauth2_mirror_top_level_claims": {
"description": "Set to false if you don't want to mirror custom claims under 'ext'.\n\nThis governs the \"oauth2.mirror_top_level_claims\" setting.",
"type": "boolean"
Expand Down Expand Up @@ -4593,6 +4597,10 @@
"pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
"type": "string"
},
"hydra_oauth2_grant_refresh_token_rotation_grace_period": {
"description": "Configures the OAuth2 Grant Refresh Token Rotation Grace Period\n\nIf set to `null` or `\"0s\"`, the graceful refresh token rotation is disabled.\n\nThis governs the \"oauth2.grant.refresh_token_rotation_grace_period\" setting.",
"type": "string"
},
"hydra_oauth2_mirror_top_level_claims": {
"description": "Set to false if you don't want to mirror custom claims under 'ext'.\n\nThis governs the \"oauth2.mirror_top_level_claims\" setting.",
"type": "boolean"
Expand Down

0 comments on commit 76d91c7

Please sign in to comment.