Package com.auth0.json.mgmt.client
Class Android
java.lang.Object
com.auth0.json.mgmt.client.Android
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the Application Package Name, found in the AndroidManifest.xml file.Getter for the list of allowed SHA256 certificate fingerprints.voidsetAppPackageName(String appPackageName) Setter for the Application Package Name.voidsetSHA256CertFingerprints(List<String> certFingerprints) Setter for the list of allowed SHA256 certificate fingerprints.
-
Constructor Details
-
Android
-
-
Method Details
-
getAppPackageName
Getter for the Application Package Name, found in the AndroidManifest.xml file.- Returns:
- the package name.
-
setAppPackageName
Setter for the Application Package Name.- Parameters:
appPackageName- the package name to set.
-
getSHA256CertFingerprints
Getter for the list of allowed SHA256 certificate fingerprints.- Returns:
- the list of allowed fingerprints.
-
setSHA256CertFingerprints
Setter for the list of allowed SHA256 certificate fingerprints.- Parameters:
certFingerprints- the list of allowed fingerprints to set.
-