koogle-api
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
koogle-api
generator
/
io.github.edricchan03.koogle_api.plugin.generator.data
/
SchemaAuth
/
OAuth2
/
Scope
Scope
@
Serializable
data
class
Scope
(
val
description
:
String
?
=
null
)
(
source
)
Data class to represent additional metadata of a scope in
OAuth2.scopes
.
Members
Constructors
Scope
Link copied to clipboard
constructor
(
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
Description of scope.