Cozy OAuth access codes doctype¶
io.cozy.oauth.access_codes
¶
The io.cozy.oauth.access_codes
doctype contain the OAuth access codes used in
the OAuth2 flow.
code
{string}: The access codeissued_at
{timestamp}: When the access code has been issuedscope
{string}: Scope allowed for this access code (see here)
More informations are available on the official documentation