|
@@ -29,6 +29,7 @@ static NSString *const kAccountName = @"OAuthTest";
|
|
|
if (self) {
|
|
if (self) {
|
|
|
_keychainAttributes = keychainAttributes;
|
|
_keychainAttributes = keychainAttributes;
|
|
|
_accountName = kAccountName;
|
|
_accountName = kAccountName;
|
|
|
|
|
+ _passwordStore = [NSMutableDictionary dictionary];
|
|
|
}
|
|
}
|
|
|
return self;
|
|
return self;
|
|
|
}
|
|
}
|