publicKeyCredentialCreationOptions property

  1. @TagNumber.new(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)
$7.Struct get publicKeyCredentialCreationOptions => $_getN(2);
  1. @TagNumber.new(3)
set publicKeyCredentialCreationOptions (Struct value)

Implementation

@$pb.TagNumber(3)
set publicKeyCredentialCreationOptions($7.Struct value) =>
    $_setField(3, value);