enum TorControl::AuthMethod

Defined in:

tor_control.cr

Enum Members

Null = 1
Cookie = 2
SafeCookie = 4
HashedPassword = 8
None = 0
All = 15

Instance Method Summary

Instance Method Detail

def cookie? #

Returns true if this enum value contains Cookie


def hashed_password? #

Returns true if this enum value contains HashedPassword


def none? #

def null? #

Returns true if this enum value contains Null


def safe_cookie? #

Returns true if this enum value contains SafeCookie