Preparing search index...
The search index is not available
matrix-js-sdk
matrix-js-sdk
matrix
<internal>
QRCodeData
Class QRCodeData
Index
Constructors
constructor
Properties
mode
my
Master
Key
other
Device
Key
other
User
Master
Key
Accessors
encoded
Shared
Secret
Methods
get
Buffer
create
Constructors
constructor
new QRCode
Data
(
mode
,
sharedSecret
,
otherUserMasterKey
,
otherDeviceKey
,
myMasterKey
,
buffer
)
:
QRCodeData
Parameters
mode
:
Mode
sharedSecret
:
string
otherUserMasterKey
:
null
|
string
otherDeviceKey
:
null
|
string
myMasterKey
:
null
|
string
buffer
:
Buffer
Returns
QRCodeData
Properties
Readonly
mode
mode
:
Mode
Readonly
my
Master
Key
my
Master
Key
:
null
|
string
Readonly
other
Device
Key
other
Device
Key
:
null
|
string
Readonly
other
User
Master
Key
other
User
Master
Key
:
null
|
string
Accessors
encoded
Shared
Secret
get
encodedSharedSecret
(
)
:
string
The unpadded base64 encoded shared secret.
Returns
string
Methods
get
Buffer
get
Buffer
(
)
:
Buffer
Returns
Buffer
Static
create
create
(
request
,
client
)
:
Promise
<
QRCodeData
>
Parameters
request
:
VerificationRequest
<
IVerificationChannel
>
client
:
MatrixClient
Returns
Promise
<
QRCodeData
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
mode
my
Master
Key
other
Device
Key
other
User
Master
Key
Accessors
encoded
Shared
Secret
Methods
get
Buffer
create
matrix-js-sdk
Loading...
The unpadded base64 encoded shared secret.