Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.extractors
/
WcoStream
/
Companion
/
VizCloudKey
Viz
Cloud
Key
common
data
class
VizCloudKey
(
val
cipherKey
:
String
,
val
mainKey
:
String
,
val
encryptKey
:
String
,
val
dashTable
:
String
)
(
source
)
Members
Constructors
Viz
Cloud
Key
Link copied to clipboard
common
constructor
(
cipherKey
:
String
,
mainKey
:
String
,
encryptKey
:
String
,
dashTable
:
String
)
Properties
cipher
Key
Link copied to clipboard
common
val
cipherKey
:
String
dash
Table
Link copied to clipboard
common
val
dashTable
:
String
encrypt
Key
Link copied to clipboard
common
val
encryptKey
:
String
main
Key
Link copied to clipboard
common
val
mainKey
:
String