[#AuthCookieResult] = AuthCookieResult :mrdocs: Outcome of generating or reading the RPC authentication cookie. == Synopsis Declared in `<rpc/request.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class AuthCookieResult : uint8_t; ---- == Members [cols="1,4"] |=== | Name| Description | `Disabled` | Cookie authentication is disabled (‐norpccookiefile). | `Error` | An error occurred reading or writing the cookie. | `Ok` | The cookie was generated or read successfully. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:GenerateAuthCookie.adoc[`GenerateAuthCookie`] | Generate a new RPC authentication cookie and write it to disk | xref:GetAuthCookie.adoc[`GetAuthCookie`] | Read the RPC authentication cookie from disk |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#