gcs_signer v0.1.1 GcsSigner.Client

Holds Google Cloud Service Account JSON

Link to this section Summary

Functions

Initialize GcsSigner.Client from given keyfile

Link to this section Functions

Link to this function from_keyfile(map)

Initialize GcsSigner.Client from given keyfile.

Examples

iex> service_account = service_account_json_str |> Poison.decode!
iex> GcsSigner.Client.from_keyfile(service_account)
%GcsSigner.Client{...}