class Comet::WebAuthnCredentialDescriptor

def clear

def clear
  @type = ''
  @credential_id = []
  @transport = []
  @unknown_json_fields = {}
end