1.. highlight:: c 2 3.. _krb5-tkt-authent-struct: 4 5krb5_tkt_authent 6================ 7 8.. 9.. c:type:: krb5_tkt_authent 10.. 11 12Ticket authentication data. 13 14 15 16Declaration 17------------ 18 19typedef struct _krb5_tkt_authent krb5_tkt_authent 20 21 22Members 23--------- 24 25 26.. c:member:: krb5_magic krb5_tkt_authent.magic 27 28 29 30 31.. c:member:: krb5_ticket * krb5_tkt_authent.ticket 32 33 34 35 36.. c:member:: krb5_authenticator * krb5_tkt_authent.authenticator 37 38 39 40 41.. c:member:: krb5_flags krb5_tkt_authent.ap_options 42 43 44 45 46