toggle menu
pubnub-kotlin-core-api
10.2.0
jvm
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.api
/
PubNubException
/
RequestInfo
Request
Info
jvm
data
class
RequestInfo
(
val
tlsEnabled
:
Boolean
,
val
origin
:
String
,
val
uuid
:
String
?
,
val
authKey
:
String
?
,
val
clientRequest
:
Request
)
Members
Constructors
Request
Info
Link copied to clipboard
jvm
constructor
(
tlsEnabled
:
Boolean
,
origin
:
String
,
uuid
:
String
?
,
authKey
:
String
?
,
clientRequest
:
Request
)
Properties
auth
Key
Link copied to clipboard
jvm
val
authKey
:
String
?
client
Request
Link copied to clipboard
jvm
val
clientRequest
:
Request
origin
Link copied to clipboard
jvm
val
origin
:
String
tls
Enabled
Link copied to clipboard
jvm
val
tlsEnabled
:
Boolean
uuid
Link copied to clipboard
jvm
val
uuid
:
String
?