Skip to content

Commit 722653a

Browse files
committed
Include UserInfoRefreshInterval fix to REFERENCE.md
1 parent b3a3c0f commit 722653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11473,7 +11473,7 @@ Struct[{
1147311473
Optional['Scope'] => Pattern[/^\"?[A-Za-z0-9\-\._\s]+\"?$/],
1147411474
Optional['AuthRequestParams'] => Pattern[/^[A-Za-z0-9\-\._%]+=[A-Za-z0-9\-\._%]+(&[A-Za-z0-9\-\._%]+=[A-Za-z0-9\-\._%]+)*$/],
1147511475
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))?$/]],
1147711477
Optional['JWKSRefreshInterval'] => Integer[-1],
1147811478
Optional['UserInfoTokenMethod'] => Enum['authz_header', 'post_param'],
1147911479
Optional['ProviderAuthRequestMethod'] => Enum['GET', 'POST', 'PAR'],

0 commit comments

Comments
 (0)