package gapi-ocaml

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

JWT helper module for service account authorization.

module JwtClaim : sig ... end
val parse_private_key : string -> Cryptokit.RSA.key
val get_encoded_claim : JwtClaim.t -> string
val get_signature : string -> string -> string
val get_jwt_token : string -> string -> string