Skip to content

Commit 6a65cc7

Browse files
committed
prepare for the next release!
1 parent 87d4bbe commit 6a65cc7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/docs/asciidoc/v1/ui-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +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 | | `List of Strings`. List of Strings or scope separator (i.e. space) separated string of initially selected oauth scopes, default is empty array.
3940
|springdoc.swagger-ui.csrf.enabled | `false` | `Boolean`. To enable CSRF support
4041
|springdoc.swagger-ui.csrf.use-local-storage | `false` | `Boolean`. To get the CSRF token from the Local Storage.
4142
|springdoc.swagger-ui.csrf.use-session-storage | `false` | `Boolean`. To get the CSRF token from the Session Storage.

src/docs/asciidoc/v4/ui-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +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 | | `List of Strings`. List of Strings or scope separator (i.e. space) separated string of initially selected oauth scopes, default is empty array.
3940
|springdoc.swagger-ui.csrf.enabled | `false` | `Boolean`. To enable CSRF support
4041
|springdoc.swagger-ui.csrf.use-local-storage | `false` | `Boolean`. To get the CSRF token from the Local Storage.
4142
|springdoc.swagger-ui.csrf.use-session-storage | `false` | `Boolean`. To get the CSRF token from the Session Storage.

0 commit comments

Comments
 (0)