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
QRCodeData
(
mode
:
Mode
,
sharedSecret
:
string
,
otherUserMasterKey
:
null
|
string
,
otherDeviceKey
:
null
|
string
,
myMasterKey
:
null
|
string
,
buffer
:
Buffer
<
ArrayBufferLike
>
,
)
:
QRCodeData
Parameters
mode
:
Mode
sharedSecret
:
string
otherUserMasterKey
:
null
|
string
otherDeviceKey
:
null
|
string
myMasterKey
:
null
|
string
buffer
:
Buffer
<
ArrayBufferLike
>
Returns
QRCodeData
Properties
Readonly
mode
mode
:
Mode
Readonly
my
Master
Key
myMasterKey
:
null
|
string
Readonly
other
Device
Key
otherDeviceKey
:
null
|
string
Readonly
other
User
Master
Key
otherUserMasterKey
:
null
|
string
Accessors
encoded
Shared
Secret
get
encodedSharedSecret
()
:
string
The unpadded base64 encoded shared secret.
Returns
string
Methods
get
Buffer
getBuffer
()
:
Buffer
<
ArrayBufferLike
>
Returns
Buffer
<
ArrayBufferLike
>
Static
create
create
(
request
:
VerificationRequest
<
IVerificationChannel
>
,
client
:
MatrixClient
,
)
:
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.