Schema

@Serializable
data class Schema(val resources: Map<String, Resource>)

An abstract description of the available permissions and the relation between them.

Constructors

Link copied to clipboard
constructor(resources: Map<String, Resource>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard