package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. client_principal : Principal.Name.t;
    (*

    The client principal

    *)
  2. cross_realm_client_principal : Cross_realm_principal_name.t;
    (*

    The client principal with realm information

    *)
  3. request_forwarded_creds : unit -> Cred_cache.t Async.Deferred.Or_error.t;
    (*

    Request a forwarded TGT from the client. The client must have explicitly enabled credential forwarding with on_credential_forwarding_request on connection establishment.

    *)
}
val request_forwarded_creds : t -> unit -> Cred_cache.t Async.Deferred.Or_error.t
val cross_realm_client_principal : t -> Cross_realm_principal_name.t
val client_principal : t -> Principal.Name.t
module Fields : sig ... end
val sexp_of_t : t -> Sexplib0.Sexp.t