Krb_internal_public.Get_init_creds_optsSourceGet_init_creds_opts.t stores options for getting credentials from the KDC. It is used to change ticket lifetimes and flags for requested tickets.
krb5_get_init_creds_opt
val create :
?tkt_lifetime:Core.Time_float.Span.t ->
?renew_lifetime:Core.Time_float.Span.t ->
?forwardable:bool ->
?proxiable:bool ->
unit ->
t