libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::JWK Struct Reference

#include <filesourceinfo.h>

Properties

QString 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.

Property Documentation

◆ alg

QString Quotient::JWK::alg

Definition at line 22 of file filesourceinfo.h.

◆ ext

bool Quotient::JWK::ext

Definition at line 24 of file filesourceinfo.h.

◆ k

QString Quotient::JWK::k

Definition at line 23 of file filesourceinfo.h.

◆ keyOps

QStringList Quotient::JWK::keyOps

Definition at line 21 of file filesourceinfo.h.

◆ kty

QString Quotient::JWK::kty

Definition at line 20 of file filesourceinfo.h.


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