Table

cm_orcid_tokens

Description

Stores ORCID iD and access/refresh tokens

Plugin

ORCID Source

Category

Artifact

Status

Experimental

Introduced

v4.4.0

Last Updated


Future: v5.0.0


Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


orcid_source_id

integer, foreign key

ORCID Source ID

cm_orcid_sources:id


orcid_identifier

varchar(128)

ORCID iD obtained via ORCID API call



access_tokentext(4000)Access token obtained via ORCID API call
This column should be encrypted
id_tokentext(4000)Poll Mode
This column should be encrypted
refresh_tokentext(4000)Refresh token obtained via ORCID API call
This column should be encrypted