Module Krb_internal_public.ContextSource

Sourcetype t

krb5_context

A global kerberos context that holds all per thread state (e.g. global variables). We do all our work with one thread, thus one context.

Sourceval init : unit -> (t, Krb_error0.t) Core.Result.t

This call is idempotent and multiple calls will return the same context.