source: sandbox/2.4.1-3/prototype/config/oauthRefreshToken.ini @ 6523

Revision 6523, 233 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2766 - Melhorias e correcoes na api rest, criacao de novo cliente

  • Property svn:executable set to *
Line 
1service = PostgreSQL
2PostgreSQL.concept = rest_refresh_token
3
4[PostgreSQL.mapping]
5id = refresh_token
6refresh_token = refresh_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.