Class Mobile.MobileAndroid
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents Android configuration for a client.
public class Mobile.MobileAndroid
- Inheritance
-
Mobile.MobileAndroid
- Inherited Members
Properties
AppPackageName
The package name which uniquely identifies the Android app.
[JsonProperty("app_package_name")]
public string AppPackageName { get; set; }
Property Value
KeystoreHash
Gets or sets the keystore hash for an Android app.
[JsonProperty("keystore_hash")]
public string KeystoreHash { get; set; }
Property Value
- string
The keystore hash.