Security

data class Security(val requirements: List<Map<String, List<String>>>)(source)

Represents a list of security requirements (schemes with optional scopes) for an operation.

Report a problem

Constructors

Link copied to clipboard
constructor(requirements: List<Map<String, List<String>>>)

Types

Link copied to clipboard
class Builder

Builder for collecting security requirements for an operation.

Properties

Link copied to clipboard

The list of security requirement objects (scheme name to scopes).