package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | KRB5_GC_CACHED
    (*

    Want a cached ticket. If this is specified, getting credentials from a cred cache that doesn't have them will fail, instead of reaching out to the KDC to get them.

    *)
  2. | KRB5_GC_USER_USER
    (*

    Want a user-user ticket

    *)
  3. | KRB5_GC_NO_STORE
    (*

    Do not store in credential cache

    *)
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool