SecuritySchemeToScope
data class SecuritySchemeToScope(val scheme: SecurityScheme, val name: String, val scopes: List<String>)
Represents the relationship between a security scheme and its associated scopes.
Used by auth rules and security value providers to describe which scheme (and scopes) should be applied.