You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`type`| string |**REQUIRED**. The authentication scheme type used to access the data (`http`\|`s3`\|`planetaryComputer`\|`earthdata`\|`signedUrl`\|`oauth2`\|`apiKey`\|`openIdConnect`\|`myCustomSchemeType`). |
78
-
|`description`| string | Additional instructions for authentication|
77
+
|`type`| string |**REQUIRED**. The authentication scheme type used to access the data (`http`\|`s3`\|`planetaryComputer`\|`earthdata`\|`signedUrl`\|`oauth2`\|`apiKey`\|`openIdConnect`\|a custom scheme type ). |
78
+
|`description`| string | Additional instructions for authentication. [CommonMark 0.29](https://commonmark.org/) syntax MAY be used for rich text representation.|
79
79
|`name`| string | Required for `type: apiKey`. The name of the header, query, or cookie parameter to be used. |
80
80
|`in`| string | Required for `type: apiKey`. The location of the API key (`query`\|`header`\|`cookie`). |
81
81
|`scheme`| string | Required for `type: http`. The name of the HTTP Authorization scheme to be used in the [Authorization header as defined in RFC7235](https://tools.ietf.org/html/rfc7235#section-5.1). The values used SHOULD be registered in the [IANA Authentication Scheme registry](https://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml). (`basic`\|`bearer`\|`digest`\|`dpop`\|`hoba`\|`mutual`\|`negotiate`\|`oauth` (1.0) \|`privatetoken`\|`scram-sha-1`\|`scram-sha-256`\|`vapid`) |
0 commit comments