enum SOCKS::Frames::AuthenticationFlag
Defined in:
socks/frames.cr
Enum Members
-
NoAuthentication =
0_u8
-
GSSAPI =
1_u8
-
UserNamePassword =
2_u8
-
ChallengeHandshakeAuthenticationProtocol =
3_u8
-
Unassigned =
4_u8
-
ChallengeResponseAuthenticationMethod =
5_u8
-
SecureSocketsLayer =
6_u8
-
NDSAuthentication =
7_u8
-
MultiAuthenticationFramework =
8_u8
-
JSONParameterBlock =
9_u8
-
NoAcceptableMethods =
255_u8
Instance Method Summary
Instance Method Detail
def
challenge_handshake_authentication_protocol?
#
def
challenge_response_authentication_method?
#
def
json_parameter_block?
#
def
multi_authentication_framework?
#
def
nds_authentication?
#
def
no_acceptable_methods?
#
def
secure_sockets_layer?
#
def
user_name_password?
#