publicKeyCredential property
PublicKeyCredential Interface. Generated helper methods populate the field from JSON created by a WebAuthN client. See also: https://www.w3.org/TR/webauthn/#publickeycredential
Implementation
@$pb.TagNumber(3)
$3.Struct get publicKeyCredential => $_getN(2);
Implementation
@$pb.TagNumber(3)
set publicKeyCredential($3.Struct v) { setField(3, v); }