authenticatorAttachment property

  1. @JsonKey.new(includeIfNull: false)
String? authenticatorAttachment
final

The preferred attachment modality of the authenticator (e.g. platform or cross-platform).

Implementation

@JsonKey(includeIfNull: false)
final String? authenticatorAttachment;