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:
7
iosApp/Podfile
Normal file
7
iosApp/Podfile
Normal file
@@ -0,0 +1,7 @@
|
||||
platform :ios, '15.0'
|
||||
|
||||
target 'iosApp' do
|
||||
use_frameworks!
|
||||
|
||||
pod 'AppAuth'
|
||||
end
|
||||
Reference in New Issue
Block a user