[#GetAuthCookie] = GetAuthCookie :mrdocs: Read the RPC authentication cookie from disk == Synopsis Declared in `<rpc/request.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:AuthCookieResult.adoc[AuthCookieResult] GetAuthCookie(std::string& cookie_out); ---- == Return Value Whether the cookie was read, disabled, or failed. == Parameters [cols="1,4"] |=== | Name| Description | *cookie_out* | Output filled with the cookie contents on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#