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

459 B

Table auth_codes

OAuth usage

Field Description Type Null Key Default Extra
id varchar(40) YES PRI NULL
client_id varchar(20) YES
redirect_uri varchar(200) YES
expires int YES 0
scope varchar(250) YES

Return to database documentation