publicKeyCredentialCreationOptions property
Options for Credential Creation (dictionary PublicKeyCredentialCreationOptions). Generated helper methods transform the field to JSON, for use in a WebauthN client. See also: https://www.w3.org/TR/webauthn/#dictdef-publickeycredentialcreationoptions
Implementation
@$pb.TagNumber(3)
$3.Struct get publicKeyCredentialCreationOptions => $_getN(2);
Implementation
@$pb.TagNumber(3)
set publicKeyCredentialCreationOptions($3.Struct v) { setField(3, v); }