enum

Lester::Server::AuthMethod

Inherits Enum < Comparable < Value < Object

Constants

TLS = 0
Candid = 1

Instance methods

candid?

Returns true if this enum value equals Candid

Source
tls?

Returns true if this enum value equals TLS

Source