KeycloakScope

data class KeycloakScope(val name: String)

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
operator fun plus(other: KeycloakScope): Set<KeycloakScope>
Link copied to clipboard