Outcome of generating or reading the RPC authentication cookie.
Declared in <rpc/request.h>
enum class AuthCookieResult : uint8_t;
| 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. |
| Name | Description |
|---|---|
GenerateAuthCookie | Generate a new RPC authentication cookie and write it to disk |
GetAuthCookie | Read the RPC authentication cookie from disk |