Skip to content

Commit

Permalink
add android client to sample configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Jul 8, 2022
1 parent bbf9719 commit 871aeb2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"redirect_uris": [
"http://127.0.0.1:7778/callback"
]
},
{
"name": "Android App",
"client_id": "<random id>",
"client_secret": "<random secret>",
"redirect_uris": [
"photosapp://authenticate"
]
}
],
"addons": [
Expand Down

0 comments on commit 871aeb2

Please sign in to comment.