authenticated Authenticated

The authority associated with this ID type (named in @contrib-id-type) has authenticated the value of this ID.

Usage/Remarks

One use of this attribute is to record that Crossref has authenticated an ORCID.
OPTIONAL (defaults to false) on element: <contrib-id>
Value Meaning
true This contributor identifier has been marked by the issuing authority as authenticated.
false No guarantee has been made about this contributor identifier.
Default value false
Tagged Sample

ORCID authenticated by orcid.org

...
<contrib>
 <contrib-id contrib-id-type="orcid" authenticated="true">
  https://orcid.org/0000-0002-1825-0097</contrib-id>
 <contrib-id contrib-id-type="scopus">7007156898</contrib-id>
 <name><surname>Carberry</surname>
  <given-names>Josiah Stinkney</given-names></name>
</contrib>
...