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

Refactor MSIDWebviewAuthorization

Open oldalton opened this issue 7 years ago • 0 comments

Minor refactoring:

  1. Remove class methods (MSIDWebviewAuthorization can easily be an instance or singleton).
  2. ~~Update MSIDWebviewAuthorization response handling so that caller doesn't need to check response class (isKindOfClass)~~ (addressed in #1473)

oldalton avatar Nov 18 '18 02:11 oldalton