Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Apr 28, 2024
1 parent 9fa7094 commit a366e48
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ included in the scheme type standards below.
| `http` | Simple HTTP authentication mechanisms (Basic, Bearer, Digest, etc.). |
| `s3` | Simple S3 authentication. |
| `signedUrl` | Signs URLs with a user-defined authentication API. |
| `oauth2` | [Open Authentication 2.0](https://swagger.io/docs/specification/authentication/oauth2/) configuration |
| `oauth2` | [Open Authentication (OAuth) 2.0](https://datatracker.ietf.org/doc/html/rfc6749) configuration |
| `apiKey` | Description of [API key](https://swagger.io/docs/specification/authentication/api-keys/) authentication included in request headers, query parameters, or cookies. |
| `openIdConnect` | Description of [OpenID Connect Discovery](https://swagger.io/docs/specification/authentication/openid-connect-discovery/) authentication |
| `openIdConnect` | Description of [OpenID Connect]([https://swagger.io/docs/specification/authentication/openid-connect-discovery/](https://openid.net/specs/openid-connect-core-1_0.html)) authentication |

### Authentication Scheme Object

Expand Down Expand Up @@ -99,9 +99,6 @@ Allows configuration of the supported OAuth Flows.

### Signed URL Object

Based on the [OpenAPI OAuth Flow Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#oauth-flows-object).
Allows configuration of the supported OAuth Flows.

| Field Name | Type | Description |
| ------------------ | -------------------------------------------------- | ------------------------------------------------------------ |
| `method` | `string` | **REQUIRED.** The method to be used for requests |
Expand Down

0 comments on commit a366e48

Please sign in to comment.