Skip to main content

FIDOAndroidAssetLinksTargets

Represents the 'target' field structure of assetlinks.json file that contains namespace, package name and certificate fingerprints.

Properties

NameTypeDescriptionNotes
namespacestrThe namespace string for the association.
package_namestrThe package name of the Android app.[optional]
sha256_cert_fingerprintsList[str]The list of SHA-256 certificate fingerprints for the signing certificates.[optional]

Example