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

getAccountsFromDevice should not return nil accounts without an error object

Open oldalton opened this issue 4 years ago • 0 comments

getAccountsFromDevice interface returns nullable accounts and nullable error. General pattern should be to return empty list unless error is occurred. Make sure that we don't return nil accounts from that API, as well as that it is consistent with other account enumeration APIs.

oldalton avatar May 15 '20 22:05 oldalton