Home SecurityScheme Class
SecurityScheme Class
Cancel

SecurityScheme Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: SecurityScheme 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models a security scheme.

Properties

NameTypeSummary
BearerFormatstringGets or sets the bearer token format.
DescriptionstringGets or sets the description.
ExtensionDataExtensionDataGets or set extension data.
FlowsOAuthFlowCollectionGets or sets the collection of OAuth flows.
InSecuritySchemeLocation?Gets or sets the location of the API key.
NamestringGets or sets the name.
OpenIdConnectUrlUriGets the OpenID Connect URL.
SchemestringGets or sets the scheme.
TypestringGets the type of security scheme.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.

Constructors

SecurityScheme(string type)

Declaration

1
public SecurityScheme(string type)
ParameterTypeDescription
typestringThe security scheme type
Contents