libQuotient
A Qt library for building matrix clients
Quotient::JWK Struct Reference

#include <filesourceinfo.h>

Public Attributes

QString kty
 

Properties

Q_GADGETQString kty
 
QStringList keyOps
 
QString alg
 
QString k
 
bool ext
 

Detailed Description

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.

Member Data Documentation

◆ kty

QString Quotient::JWK::kty

Definition at line 27 of file filesourceinfo.h.

Property Documentation

◆ alg

QString Quotient::JWK::alg

Definition at line 19 of file filesourceinfo.h.

◆ ext

bool Quotient::JWK::ext

Definition at line 19 of file filesourceinfo.h.

◆ k

QString Quotient::JWK::k

Definition at line 19 of file filesourceinfo.h.

◆ keyOps

QStringList Quotient::JWK::keyOps

Definition at line 19 of file filesourceinfo.h.

◆ kty

Q_GADGETQString Quotient::JWK::kty

Definition at line 19 of file filesourceinfo.h.


The documentation for this struct was generated from the following file: