package gapi-ocaml

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

Module GapiJwtServiceAccountSource

JWT helper module for service account authorization.

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