| libkazv
    | 
#include <login.hpp>


| Public Member Functions | |
| JobResponse (Response r) | |
| bool | success () const | 
| immer::array< LoginFlow > | flows () const | 
| The homeserver's supported login types.  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::GetLoginFlowsJob::JobResponse::JobResponse | ( | Response | r | ) | 
| immer::array< GetLoginFlowsJob::LoginFlow > Kazv::Api::GetLoginFlowsResponse::flows | ( | ) | const | 
The homeserver's supported login types.
| bool Kazv::Api::GetLoginFlowsResponse::success | ( | ) | const |