FIDOAndroidAssetLinksTargets
Represents the 'target' field structure of assetlinks.json file that contains namespace, package name and certificate fingerprints.
Properties
Name | Type | Description | Notes |
---|---|---|---|
namespace | String | The namespace string for the association. | |
packageName | String | The package name of the Android app. | [optional] |
sha256CertFingerprints | List<String> | The list of SHA-256 certificate fingerprints for the signing certificates. | [optional] |