Module Netsnmp_async.Snmp_version_auth

type t =
| Version_1 of Netsnmp__Netsnmp_types.Snmp_v1_2c_auth_data.t
| Version_2c of Netsnmp__Netsnmp_types.Snmp_v1_2c_auth_data.t
| Version_3 of Netsnmp__Netsnmp_types.Snmp_v3_auth_data.t
val create_v1 : string -> t
val create_v2c : string -> t
val create_v3 : securityName:string -> securityAuthProto:Netsnmp__Netsnmp_types.Snmp_sec_auth_proto.t -> securityAuthPassword:string -> t