Module Netsnmp_types.Snmp_v3_auth_data

type t = {
securityName : string;
securityAuthProto : Snmp_sec_auth_proto.t;
securityAuthPassword : string;
}