cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
core
/
app.softwork.cikraft.core
/
CreatedFlow
/
Sender
/
Https
Https
@
Serializable
data
class
Https
(
val
url
:
String
,
val
role
:
String
,
val
csrfProtection
:
Boolean
)
:
CreatedFlow.Sender
(
source
)
Members
Constructors
Https
Link copied to clipboard
constructor
(
url
:
String
,
role
:
String
,
csrfProtection
:
Boolean
)
Properties
csrf
Protection
Link copied to clipboard
val
csrfProtection
:
Boolean
role
Link copied to clipboard
val
role
:
String
url
Link copied to clipboard
val
url
:
String