Outcome of generating or reading the RPC authentication cookie.

Synopsis

Declared in <rpc/request.h>

enum class AuthCookieResult : uint8_t;

Members

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

Name

Description

GenerateAuthCookie

Generate a new RPC authentication cookie and write it to disk

GetAuthCookie

Read the RPC authentication cookie from disk

Created with MrDocs