Home SecuritySchemeRef Class
SecuritySchemeRef Class
Cancel

SecuritySchemeRef Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: SecuritySchemeRef 🡒 SecurityScheme 🡒 object

Implemented interfaces:

  • IRefTargetContainer
  • IComponentRef

Models a $ref to 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.
IsResolvedboolGets whether the reference has been resolved.
NamestringGets or sets the name.
OpenIdConnectUrlUriGets the OpenID Connect URL.
RefUriThe URI for the reference.
SchemestringGets or sets the scheme.
SummarystringGets or sets the summary.
TypestringGets the type of security scheme.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.

Constructors

SecuritySchemeRef(Uri reference)

Declaration

1
public SecuritySchemeRef(Uri reference)
ParameterTypeDescription
referenceUriThe reference URI

SecuritySchemeRef(string reference)

Declaration

1
public SecuritySchemeRef(string reference)
ParameterTypeDescription
referencestringThe reference URI
Contents