mirror of
https://github.com/nextcloud/android.git
synced 2024-12-23 01:00:26 +03:00
6 lines
288 B
XML
6 lines
288 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<string name="oauth_url_endpoint_auth">https://frko.surfnetlabs.nl/workshop/php-oauth/authorize.php</string>
|
||
|
<string name="oauth_url_endpoint_access">https://frko.surfnetlabs.nl/workshop/php-oauth/token.php</string>
|
||
|
</resources>
|