Class LegacyJsonKey

  • All Implemented Interfaces:
    Cloneable, Map<String,​Object>

    @Deprecated
    public final class LegacyJsonKey
    extends com.google.api.client.json.GenericJson
    Deprecated.
    For "Robot" service account client secrets a key piece of information is the email address contained within "client_secrets.json", which the existing GoogleClientSecrets class does not parse. This makeshift partial copy of GoogleClientSecrets implements *just* the "client_email" parsing.
    Author:
    Matt Moore
    • Constructor Detail

      • LegacyJsonKey

        public LegacyJsonKey()
        Deprecated.