github AzureAD/azure-activedirectory-library-for-objc 6.0.0

latest releases: 6.0.5, 6.0.4, 6.0.3...
2 years ago

ADAL 6.0.0 renames "AD" class prefix to "ADAL" for all public and private classes.
This is required to avoid possible conflicts with internal iOS/macOS frameworks.

It is strongly recommended to migrate to ADAL 6.0.0 as soon as possible.

Full list of classes renamed is below. Note that ADAL error domain, notifications and cache items serialized to disk are left unmodified to enable backward compatibility.

ADAuthenticationContext -> ADALAuthenticationContext
ADAuthenticationError -> ADALAuthenticationError
ADAuthenticationErrorConverter -> ADALAuthenticationErrorConverter
ADAuthenticationParameters -> ADALAuthenticationParameters
ADAuthenticationResult -> ADALAuthenticationResult
ADAuthenticationSettings -> ADALAuthenticationSettings
ADEnrollmentGateway -> ADALEnrollmentGateway
ADUserInformation -> ADALUserInformation
ADUserIdentifier -> ADALUserIdentifier
ADRequestParameters -> ADALRequestParameters
ADBrokerHelper -> ADALBrokerHelper
ADBrokerKeyHelper -> ADALBrokerKeyHelper
ADBrokerNotificationManager -> ADALBrokerNotificationManager
ADBrokerApplicationTokenHelper -> ADALBrokerApplicationTokenHelper
ADTokenCache -> ADALTokenCache
ADTokenCacheItem -> ADALTokenCacheItem
ADTokenCacheKey -> ADALTokenCacheKey
ADTokenCacheDataSource -> ADALTokenCacheDataSource
ADResponseCacheHandler -> ADALResponseCacheHandler
ADKeychainTokenCache -> ADALKeychainTokenCache
ADMSIDDataSourceWrapper -> ADALMSIDDataSourceWrapper
ADMSIDContext -> ADALMSIDContext
ADAuthenticationRequest -> ADALAuthenticationRequest
ADAcquireTokenSilentHandler -> ADALAcquireTokenSilentHandler
ADWebRequest -> ADALWebRequest
ADWebAuthRequest -> ADALWebAuthRequest
ADWebAuthResponse -> ADALWebAuthResponse
ADWebResponse -> ADALWebResponse
ADTelemetry -> ADALTelemetry
ADDefaultDispatcher -> ADALDefaultDispatcher
ADAggregatedDispatcher -> ADALAggregatedDispatcher
ADWebAuthController -> ADALWebAuthController
ADKeychainUtil -> ADALKeychainUtil
ADHelpers -> ADALHelpers
NSString+ADURLExtensions -> NSString+ADALURLExtensions
NSUUID+ADExtensions -> NSUUID+ADALExtensions
ADAuthorityUtils -> ADALAuthorityUtils
ADAppExtensionUtil -> ADALAppExtensionUtil
ADErrorCodes -> ADALErrorCodes
ADAuthorityValidation -> ADALAuthorityValidation
ADAuthorityValidationRequest -> ADALAuthorityValidationRequest
ADDrsDiscoveryRequest -> ADALDrsDiscoveryReques
ADWebFingerRequest -> ADALWebFingerRequest

What's Changed

Full Changelog: 5.0.0...6.0.0

Don't miss a new azure-activedirectory-library-for-objc release

NewReleases is sending notifications on new releases.