-
- All Implemented Interfaces:
public class Auth
Authentication mechanism for RPC connection to full node.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Auth.None
No authentication
public final class
Auth.UserPass
Authentication with username and password, usually Auth.Cookie should be preferred
public final class
Auth.Cookie
Authentication with a cookie file
-