gitlab-unix
Gitlab.Token
Authentication Token for accessing GitLab APIs.
Of the several ways provided in GitLab, we currently support:
type t
t is the abstract type of a token.
t
val of_string : string -> t
of_string token_string is the abstract token value corresponding to the string token_string.
of_string token_string
token_string
val to_string : t -> string
to_string token is the string serialization of token.
to_string token
token