Class ClientMobileAndroid
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Android native app configuration.
[Serializable]
public record ClientMobileAndroid : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientMobileAndroid>
- Inheritance
-
ClientMobileAndroid
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
AppPackageName
App package name found in AndroidManifest.xml.
[JsonPropertyName("app_package_name")]
public string? AppPackageName { get; set; }
Property Value
Sha256CertFingerprints
SHA256 fingerprints of the app's signing certificate. Multiple fingerprints can be used to support different versions of your app, such as debug and production builds.
[JsonPropertyName("sha256_cert_fingerprints")]
public IEnumerable<string>? Sha256CertFingerprints { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.