AuthCookieResult

Outcome of generating or reading the RPC authentication cookie.

Synopsis

Declared in <rpc/request.h>

enum class AuthCookieResult : uint8_t;

Members

NameDescription
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

NameDescription
GenerateAuthCookieGenerate a new RPC authentication cookie and write it to disk
GetAuthCookieRead the RPC authentication cookie from disk