Expand description
Support for cookie authentication within the RPC protocol.
Structs§
- Cookie
- A secret cookie value, used in RPC authentication.
- Cookie
Auth Mac - A MAC derived during the cookie authentication protocol.
- Cookie
Auth Nonce - A random nonce used during cookie authentication protocol.
- Cookie
Location - The location of a cookie on disk, and the rules to access it.
Enums§
- Cookie
Access Error - An error that has occurred while trying to load or create a cookie.
- HexError
- An error when decoding a hexadecimal value.
Constants§
- COOKIE_
LEN - Length of an authentication cookie.
- COOKIE_
MAC_ 🔒LEN - Length of the MAC values we use for cookie authentication.
- COOKIE_
NONCE_ 🔒LEN - Length of the nonce values we use for cookie authentication.
- COOKIE_
PREFIX - A value used to differentiate cookie files, and as a personalization parameter within the RPC cookie authentication protocol.
- COOKIE_
PREFIX_ LEN - Length of
COOKIE_PREFIX
. - TUPLEHASH_
CUSTOMIZATION 🔒 - Customization string used to initialize TupleHash.