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.
2 parents bfce770 + 41644a1 commit 09bd3e3Copy full SHA for 09bd3e3
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