Class Android

java.lang.Object
com.auth0.json.mgmt.client.Android

public class Android extends Object
  • Constructor Details

    • Android

      public Android(String appPackageName, List<String> sha256CertFingerprints)
  • Method Details

    • getAppPackageName

      public String getAppPackageName()
      Getter for the Application Package Name, found in the AndroidManifest.xml file.
      Returns:
      the package name.
    • setAppPackageName

      public void setAppPackageName(String appPackageName)
      Setter for the Application Package Name.
      Parameters:
      appPackageName - the package name to set.
    • getSHA256CertFingerprints

      public List<String> getSHA256CertFingerprints()
      Getter for the list of allowed SHA256 certificate fingerprints.
      Returns:
      the list of allowed fingerprints.
    • setSHA256CertFingerprints

      public void setSHA256CertFingerprints(List<String> certFingerprints)
      Setter for the list of allowed SHA256 certificate fingerprints.
      Parameters:
      certFingerprints - the list of allowed fingerprints to set.