toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-contract
/
org.http4k.contract.security
/
OAuthScope
OAuth
Scope
data
class
OAuthScope
(
val
name
:
String
,
val
description
:
String
=
name
)
Members
Constructors
OAuth
Scope
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
=
name
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String