toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.model
/
ContextData
Context
Data
@
JsonSerializable
data
class
ContextData
(
val
HttpHeaders
:
List
<
HttpHeader
>
,
val
IpAddress
:
IpAddress
,
val
ServerName
:
ServerName
,
val
ServerPath
:
ServerPath
,
val
EncodedData
:
String
?
=
null
)
Members
Constructors
Context
Data
Link copied to clipboard
constructor
(
HttpHeaders
:
List
<
HttpHeader
>
,
IpAddress
:
IpAddress
,
ServerName
:
ServerName
,
ServerPath
:
ServerPath
,
EncodedData
:
String
?
=
null
)
Properties
Encoded
Data
Link copied to clipboard
val
EncodedData
:
String
?
=
null
Http
Headers
Link copied to clipboard
val
HttpHeaders
:
List
<
HttpHeader
>
Ip
Address
Link copied to clipboard
val
IpAddress
:
IpAddress
Server
Name
Link copied to clipboard
val
ServerName
:
ServerName
Server
Path
Link copied to clipboard
val
ServerPath
:
ServerPath