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.

Constructors

Link copied to clipboard
constructor(scheme: SecurityScheme, name: String, scopes: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
val scheme: SecurityScheme
Link copied to clipboard