AzureAD / azure-activedirectory-library-for-objc

The ADAL SDK for Objective C gives you the ability to add support for Work Accounts to your iOS and macOS applications with just a few lines of additional code. This SDK gives your application the full functionality of Microsoft Azure AD, including industry standard protocol support for OAuth2, Web API integration with user level consent, and two factor authentication support.
MIT License
178 stars 113 forks source link

ADErrorCode and ADCredentialsType APIs are deprecated in 6.0.0 #1583

Closed arsalangolestanekh closed 2 years ago

arsalangolestanekh commented 2 years ago

Hi,

I was using 4.0.9 ADAL SDK

After 6.0.0 SDK Update I receive errors: Cannot find type 'ADCredentialsType' in scope Cannot find 'ADErrorCode' in scope

But I can not find how did you rename them in latest version,

Can you please suggest? Thanks