File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11473,7 +11473,7 @@ Struct[{
11473
11473
Optional['Scope'] => Pattern[/^\"?[A-Za-z0-9\-\._\s]+\"?$/],
11474
11474
Optional['AuthRequestParams'] => Pattern[/^[A-Za-z0-9\-\._%]+=[A-Za-z0-9\-\._%]+(&[A-Za-z0-9\-\._%]+=[A-Za-z0-9\-\._%]+)*$/],
11475
11475
Optional['SSLValidateServer'] => Apache::OnOff ,
11476
- Optional['UserInfoRefreshInterval'] => Pattern[/^[0-9]+(\s+(logout_on_error|authenticate_on_error|502_on_error))?$/],
11476
+ Optional['UserInfoRefreshInterval'] => Variant[Integer[-1], Pattern[/^[0-9]+(\s+(logout_on_error|authenticate_on_error|502_on_error))?$/] ],
11477
11477
Optional['JWKSRefreshInterval'] => Integer[-1],
11478
11478
Optional['UserInfoTokenMethod'] => Enum['authz_header', 'post_param'],
11479
11479
Optional['ProviderAuthRequestMethod'] => Enum['GET', 'POST', 'PAR'],
You can’t perform that action at this time.
0 commit comments