Skip to content

Commit c9c689c

Browse files
fix: remove duplicate bearer entry in table
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 3dee2ed commit c9c689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ Defines the mechanism used to authenticate users and workflows attempting to acc
10181018
| bearer | [`bearerAuthentication`](#bearer-authentication) | `no` | The `bearer` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
10191019
| certificate | [`certificateAuthentication`](#certificate-authentication) | `no` | The `certificate` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
10201020
| digest | [`digestAuthentication`](#digest-authentication) | `no` | The `digest` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
1021-
| bearer | [`oauth2`](#oauth2-authentication) | `no` | The `oauth2` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
1021+
| oauth2 | [`oauth2`](#oauth2-authentication) | `no` | The `oauth2` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
10221022

10231023
##### Examples
10241024

0 commit comments

Comments
 (0)