friendica/doc/database/db_tokens.md
2021-06-14 05:08:01 +00:00

503 B

Table tokens

OAuth usage

Field Description Type Null Key Default Extra
id varchar(40) YES PRI NULL
secret text NO NULL
client_id varchar(20) YES
expires int YES 0
scope varchar(200) YES
uid User id mediumint unsigned YES 0

Return to database documentation