Struct krb5_sys::krb5_tkt_authent [] [src]

#[repr(C)]
pub struct krb5_tkt_authent { pub magic: krb5_magic, pub ticket: *mut krb5_ticket, pub authenticator: *mut krb5_authenticator, pub ap_options: krb5_flags, }

Fields