package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Get_init_creds_opts.t stores options for getting credentials from the KDC. It is used to change ticket lifetimes and flags for requested tickets.

type t

krb5_get_init_creds_opt

val create : ?tkt_lifetime:Core.Time.Span.t -> ?renew_lifetime:Core.Time.Span.t -> ?forwardable:bool -> ?proxiable:bool -> unit -> t
val default : t
module Raw : sig ... end