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] |