| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | A description of the authentication scheme. | |
| name | String | The common authentication scheme name | |
| type | TypeEnum | The authentication scheme. |
| Name | Value |
|---|---|
| OAUTH | "oauth" |
| OAUTH2 | "oauth2" |
| OAUTHBEARERTOKEN | "oauthbearertoken" |
| HTTPBASIC | "httpbasic" |
| HTTPDIGEST | "httpdigest" |