package kubecaml

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

Token_review_spec is a description of the token authentication request.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?token:string -> unit -> t
val token : t -> string option

Token is the opaque bearer token.

module Object : Object.S with type value := t