microsoft-authentication-library-common-for-objc
microsoft-authentication-library-common-for-objc copied to clipboard
Refactor MSIDWebviewAuthorization
Minor refactoring:
- Remove class methods (MSIDWebviewAuthorization can easily be an instance or singleton).
- ~~Update MSIDWebviewAuthorization response handling so that caller doesn't need to check response class (isKindOfClass)~~ (addressed in #1473)