Skip to content

Commit

Permalink
Update Deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
imashnake0 committed Mar 6, 2024
1 parent 40c8db3 commit 4d31a4b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.imashnake.animite.profile.dev.internal

const val ANILIST_AUTH_DEEPLINK = "jinnah://animite#access_token={accessToken}&token_type=Bearer&expires_in=31622400"
const val ANILIST_AUTH_URL = "https://anilist.co/api/v2/oauth/authorize?client_id=10678&response_type=token"
const val ANILIST_AUTH_DEEPLINK = "app://animite#access_token={accessToken}&token_type=Bearer&expires_in=31622400"
const val ANILIST_AUTH_URL = "https://anilist.co/api/v2/oauth/authorize?client_id=17347&response_type=token"

0 comments on commit 4d31a4b

Please sign in to comment.