package gitlab

  1. Overview
  2. Docs

Module Make.TokenSource

Authentication Token for accessing GitLab APIs.

Of the several ways provided in GitLab, we currently support:

  • Personal Access Tokens
  • Project Access Tokens
Sourcetype t

t is the abstract type of a token.

Sourceval of_string : string -> t

of_string token_string is the abstract token value corresponding to the string token_string.

Sourceval to_string : t -> string

to_string token is the string serialization of token.

OCaml

Innovation. Community. Security.