OAuthScope

data class OAuthScope(val name: String, val description: String = name)

Constructors

Link copied to clipboard
constructor(name: String, description: String = name)

Properties

Link copied to clipboard
Link copied to clipboard