Module GapiJwtServiceAccount

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