phpbb/tests/auth/fixtures/oauth_tokens.xml
2014-06-23 23:59:45 +02:00

16 lines
466 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_oauth_tokens">
<column>user_id</column>
<column>session_id</column>
<column>provider</column>
<column>oauth_token</column>
<row>
<value>1</value>
<value>abcd</value>
<value>auth.provider.oauth.service.testing</value>
<value>{"token_class":"phpbb_not_a_token","accessToken":"error","refreshToken":0,"endOfLife":null,"extraParams":null}</value>
</row>
</table>
</dataset>