AzureAD/microsoft-authentication-library-common-for-objc

Revise MSIDOauth2Factory

Opened this issue · 0 comments

Decide if we need to move out logic that is not related to json parsing from this class. In particular, these methods:

@property (readonly) MSIDWebviewFactory *webviewFactory;
- (NSString *)cacheEnvironmentFromEnvironment:(NSString *)originalEnvironment context:(id<MSIDRequestContext>)context;
- (NSArray<NSString *> *)defaultCacheAliasesForEnvironment:(NSString *)originalEnvironment;