Expand description
This module contains types related to authentication for the RPC methods.
These types are designed to be flexible to facilitate adding additional authentication methods in the future.
(Almost) every RPC method accepts a token
parameter which includes
authentication details.
At present, Token supports only Cookie based authentication. In the future, more types will likely be added.
Modules§
Structs§
- Cookie
- represents an RPC authentication cookie
- Cookie
Hint - provides a hint neptune-core client can use to automate authentication
Enums§
- Token
- enumerates neptune-core RPC authentication token types