[][src]Type Definition kerberos_ccache::AuthData

type AuthData = Address;

Container that encapsules different types of preauthentication data structures.

Definition

authdata {
    uint16_t authtype;
    counted_octet_string authdata;
};