enum
TorControl::AuthMethod
Defined in:
tor_control.crEnum Members
-
Null =
1 -
Cookie =
2 -
SafeCookie =
4 -
HashedPassword =
8 -
None =
0 -
All =
15
Instance Method Summary
-
#cookie?
Returns
trueif this enum value containsCookie -
#hashed_password?
Returns
trueif this enum value containsHashedPassword - #none?
-
#null?
Returns
trueif this enum value containsNull -
#safe_cookie?
Returns
trueif this enum value containsSafeCookie