Copyright © 2016 Ruel Pagayon
Version: 1.1.0
Authors: ruel@ruel.me.
load/1 | Creates a service account instance from JSON string input. |
load_from_file/1 | Creates a service account instance from JSON key file. |
load(Content::binary() | string()) -> map() | {error, invalid_account}
Creates a service account instance from JSON string input
load_from_file(Path::string()) -> map() | {error, invalid_account}
Creates a service account instance from JSON key file
Generated by EDoc, Oct 2 2016, 12:38:57.