publicKeyCredentialCreationOptions property

  1. @TagNumber(3)
Struct get publicKeyCredentialCreationOptions

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);
  1. @TagNumber(3)
set publicKeyCredentialCreationOptions (Struct v)

Implementation

@$pb.TagNumber(3)
set publicKeyCredentialCreationOptions($3.Struct v) { setField(3, v); }