We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
updateFromKeychainItems
1 parent 2e3d2e9 commit 41644a1Copy full SHA for 41644a1
Sources/Base/OAuth2Base.swift
@@ -190,7 +190,7 @@ open class OAuth2Base: OAuth2Securable {
190
return authURL.description
191
}
192
193
- override func updateFromKeychainItems(_ items: [String: Any]) {
+ override open func updateFromKeychainItems(_ items: [String: Any]) {
194
for message in clientConfig.updateFromStorableItems(items) {
195
logger?.debug("OAuth2", msg: message)
196
0 commit comments