We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f93572 + 9d7c4f5 commit d38100fCopy full SHA for d38100f
1 file changed
packages/core/src/thing-description.ts
@@ -134,21 +134,6 @@ export interface NullSchema extends BaseSchema {
134
type: "null";
135
}
136
137
-/**
138
- * @deprecated This type is deprecated and will be removed in a future release.
139
- */
140
-export type SecurityType =
141
- | NoSecurityScheme
142
- | BasicSecurityScheme
143
- | AutoSecurityScheme
144
- | DigestSecurityScheme
145
- | BearerSecurityScheme
146
- | APIKeySecurityScheme
147
- | OAuth2SecurityScheme
148
- | PSKSecurityScheme
149
- | AllOfSecurityScheme
150
- | OneOfSecurityScheme;
151
-
152
export interface SecurityScheme {
153
scheme: string;
154
description?: TDT.Description;
0 commit comments