ReAuth-Backend
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ReAuth-Backend
core
/
reprivatize.reauth
/
RASConfig
/
TSL
TSL
@
Serializable
data
class
TSL
(
val
hstsIncludeSubDomains
:
Boolean
=
true
,
val
sslPort
:
Int
=
443
,
val
permanentRedirect
:
Boolean
=
true
)
Members
Constructors
TSL
Link copied to clipboard
constructor
(
hstsIncludeSubDomains
:
Boolean
=
true
,
sslPort
:
Int
=
443
,
permanentRedirect
:
Boolean
=
true
)
Properties
hsts
Include
Sub
Domains
Link copied to clipboard
val
hstsIncludeSubDomains
:
Boolean
permanent
Redirect
Link copied to clipboard
val
permanentRedirect
:
Boolean
ssl
Port
Link copied to clipboard
val
sslPort
:
Int