microsoft-authentication-library-common-for-objc icon indicating copy to clipboard operation
microsoft-authentication-library-common-for-objc copied to clipboard

Revise MSIDOauth2Factory

Open antrix1989 opened this issue 6 years ago • 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;

antrix1989 avatar Sep 06 '18 19:09 antrix1989