You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if let user = self.keychain.object(forKey: InstagramClient.keychain_api_user_key) as? InstagramApiUser {
print("- OAuth2 user api: \(String(describing: self.user_api))")
}
The text was updated successfully, but these errors were encountered:
I'm trying to store struct object but not work.
storing with:
retrieving with:
The text was updated successfully, but these errors were encountered: