Skip to content

OpenAPI_SecurityScheme_SecurityType

mattpolzin edited this page Jun 11, 2021 · 3 revisions

OpenAPI.SecurityScheme.SecurityType

public enum SecurityType: Equatable 

Inheritance

Equatable

Enumeration Cases

apiKey

case apiKey(name: String, location: Location)

http

case http(scheme: String, bearerFormat: String?)

oauth2

case oauth2(flows: OAuthFlows)

openIdConnect

case openIdConnect(openIdConnectUrl: URL)

Properties

name

public var name: Name 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally