source: sandbox/2.4-expresso-api/prototype/config/oauthToken.ini @ 5888

Revision 5888, 206 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2598 - implementação base REST + oauth

Line 
1service = PostgreSQL
2PostgreSQL.concept = access_tokens
3
4[PostgreSQL.mapping]
5oauth_token = oauth_token
6client_id = client_id
7user_id = user_id
8expires = expires
9scope = scope
10refresh_token = refresh_token
Note: See TracBrowser for help on using the repository browser.