chore: client Keycloak bonsai-android (client public dédié mobile)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 09:35:50 +02:00
parent ee67139b04
commit b268fc13c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ android {
minSdk = 26
targetSdk = 35
versionCode = 1
versionName = "0.0.9"
versionName = "0.0.10"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -142,7 +142,7 @@ class BonsaiAuthManager @Inject constructor(
const val DEFAULT_API_URL = "https://bonsai.goutailler-olivier.com/api"
private const val KEYCLOAK_BASE = "https://auth.goutailler-olivier.com"
private const val REALM = "bonsai"
private const val CLIENT_ID = "bonsai-webapp"
private const val CLIENT_ID = "bonsai-android"
private const val KEY_ACCESS_TOKEN = "access_token"
private const val KEY_REFRESH_TOKEN = "refresh_token"
private const val KEY_EXPIRES_AT = "expires_at"