Home
last modified time | relevance | path

Searched defs:RequestEmailToken (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtx/
H A Drequests.hpp119 struct RequestEmailToken struct
124 std::string client_secret;
126 std::string email;
134 int send_attempt = 0;
/dports/net-im/dendrite/dendrite-0.5.1/clientapi/routing/
H A Dthreepid.go43 func RequestEmailToken(req *http.Request, accountDB accounts.Database, cfg *config.ClientAPI) util.… func