facetId property Null safety

String? facetId

Specifies the facet ID of the application.

The FIDO server (i.e. nevisFIDO) must be configured with the facet ID(s) of your application(s). If the facet ID of your application is not referenced by the nevisFIDO configuration, the operations will fail with a FidoErrorCodeType.untrustedFacetId error.

IMPORTANT: This property is Android specific and will be ignored by iOS native plugin.

Implementation

String? get facetId;