Class AndroidAuthenticationConfig


  • public class AndroidAuthenticationConfig
    extends java.lang.Object
    Configuration object containing Android authentication parameters for a particular installation. The parameters in this config are used by all requests so that API key restrictions can be enforced.
    • Constructor Summary

      Constructors 
      Constructor Description
      AndroidAuthenticationConfig​(java.lang.String packageName, java.lang.String certFingerprint)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • packageName

        @Nullable
        public final java.lang.String packageName
        The package name of the Android app.
      • certFingerprint

        @Nullable
        public final java.lang.String certFingerprint
        The SHA-1 fingerprint of the certificate used to sign the Android app.
    • Constructor Detail

      • AndroidAuthenticationConfig

        public AndroidAuthenticationConfig​(@Nullable
                                           java.lang.String packageName,
                                           @Nullable
                                           java.lang.String certFingerprint)