OAuth2SecurityScheme
data class OAuth2SecurityScheme(val type: String = "oauth2", val flows: OAuth2Flows, val metadataUrl: String? = null) : SecurityScheme(source)
OAuth2 authentication scheme with metadata URL support (new in 0.3.0).
OAuth2 authentication scheme with metadata URL support (new in 0.3.0).