feat(02-05): implement iOS AppAuth client

- Add AppAuth login, refresh, logout actual
- Add iOS Keychain auth state store to unblock native compile
- Add iOS Podfile AppAuth integration
This commit is contained in:
2026-04-28 16:14:04 +02:00
parent 8d1c34c2f6
commit ac9fc61410
3 changed files with 271 additions and 0 deletions

7
iosApp/Podfile Normal file
View File

@@ -0,0 +1,7 @@
platform :ios, '15.0'
target 'iosApp' do
use_frameworks!
pod 'AppAuth'
end