source: trunk/prototype/config/oauthToken.ini @ 6528

Revision 6528, 227 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

  • Property svn:executable set to *
Line 
1service = PostgreSQL
2PostgreSQL.concept = rest_access_token
3
4[PostgreSQL.mapping]
5id = oauth_token
6oauth_token = oauth_token
7client_id = client_id
8user_id = user_id
9expires = expires
10scope = scope
11refresh_token = refresh_token
Note: See TracBrowser for help on using the repository browser.