- Add AppAuth login, refresh, logout actual - Add iOS Keychain auth state store to unblock native compile - Add iOS Podfile AppAuth integration
8 lines
81 B
Ruby
8 lines
81 B
Ruby
platform :ios, '15.0'
|
|
|
|
target 'iosApp' do
|
|
use_frameworks!
|
|
|
|
pod 'AppAuth'
|
|
end
|