package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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.

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

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