|
libkazv
|
#include <openid.hpp>


Public Member Functions | |
| JobResponse (Response r) | |
| bool | success () const |
| OpenIdCredentials | data () const |
| OpenID token information. More... | |
Public Member Functions inherited from Kazv::Response | |
| std::string | errorCode () const |
| std::string | errorMessage () const |
| JsonWrap | jsonBody () const |
| constexpr bool | success () const |
| json | dataJson (const std::string &key) const |
| std::string | dataStr (const std::string &key) const |
| std::string | jobId () const |
Additional Inherited Members | |
Public Types inherited from Kazv::Response | |
| using | StatusCode = int |
Public Attributes inherited from Kazv::Response | |
| StatusCode | statusCode |
| Body | body |
| Header | header |
| JsonWrap | extraData |
| Kazv::Api::RequestOpenIdTokenJob::JobResponse::JobResponse | ( | Response | r | ) |
|
inline |
OpenID token information.
This response is nearly compatible with the response documented in the OpenID Connect 1.0 Specification with the only difference being the lack of an id_token. Instead, the Matrix homeserver's name is provided.
| bool Kazv::Api::RequestOpenIdTokenResponse::success | ( | ) | const |