pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
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
?