Skip to content

Commit 5328cd0

Browse files
authored
Adapt the documentation to springdoc
This is the best I could do :)
1 parent 915a476 commit 5328cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/ui-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
|springdoc.swagger-ui.oauth.realm | | `String`. realm query parameter (for OAuth 1) added to authorizationUrl and tokenUrl.
3737
|springdoc.swagger-ui.oauth.appName | | `String`. OAuth application name, displayed in authorization popup.
3838
|springdoc.swagger-ui.oauth.scopeSeparator | | `String`. OAuth scope separator for passing scopes, encoded before calling, default value is a space (encoded value %20).
39-
|springdoc.swagger-ui.oauth.scopes | | string array or scope separator (i.e. space) separated string of initially selected oauth scopes, default is empty array
39+
|springdoc.swagger-ui.oauth.scopes | | `List of Strings`. List of Strings or scope separator (i.e. space) separated string of initially selected oauth scopes, default is empty array.
4040
|springdoc.swagger-ui.csrf.enabled | `false` | `Boolean`. To enable CSRF support
4141
|springdoc.swagger-ui.csrf.use-local-storage | `false` | `Boolean`. To get the CSRF token from the Local Storage.
4242
|springdoc.swagger-ui.csrf.use-session-storage | `false` | `Boolean`. To get the CSRF token from the Session Storage.

0 commit comments

Comments
 (0)