SecurityScheme

@Serializable
data class SecurityScheme(val type: String, val description: String? = null, val flows: OAuthFlows? = null)

セキュリティスキーム

Constructors

Link copied to clipboard
constructor(type: String, description: String? = null, flows: OAuthFlows? = null)

Properties

Link copied to clipboard

スキームの説明

Link copied to clipboard

OAuth2フロー定義

Link copied to clipboard

スキームタイプ(oauth2, apiKey, http等)