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

Refactor MSIDWebviewAuthorization

oldalton opened this issue · 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)