libQuotient
A Qt library for building matrix clients
|
#include <filesourceinfo.h>
Public Attributes | |
QString | kty |
Properties | |
Q_GADGETQString | kty |
QStringList | keyOps |
QString | alg |
QString | k |
bool | ext |
JSON Web Key object as specified in https://spec.matrix.org/unstable/client-server-api/#extensions-to-mroommessage-msgtypes The only currently relevant member is k
, the rest needs to be set to the defaults specified in the spec.
Definition at line 17 of file filesourceinfo.h.
QString Quotient::JWK::kty |
Definition at line 27 of file filesourceinfo.h.
QString Quotient::JWK::alg |
Definition at line 19 of file filesourceinfo.h.
bool Quotient::JWK::ext |
Definition at line 19 of file filesourceinfo.h.
QString Quotient::JWK::k |
Definition at line 19 of file filesourceinfo.h.
QStringList Quotient::JWK::keyOps |
Definition at line 19 of file filesourceinfo.h.
Q_GADGETQString Quotient::JWK::kty |
Definition at line 19 of file filesourceinfo.h.