Outcome of generating or reading the RPC authentication cookie.
Synopsis
Declared in <rpc/request.h>
enum class AuthCookieResult : uint8_t;
Members
Name |
Description |
|
Cookie authentication is disabled (‐norpccookiefile). |
|
An error occurred reading or writing the cookie. |
|
The cookie was generated or read successfully. |
Non-Member Functions
Name |
Description |
Generate a new RPC authentication cookie and write it to disk |
|
Read the RPC authentication cookie from disk |
Created with MrDocs