Module GapiJwtServiceAccountSource

JWT helper module for service account authorization.

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