1.1.0 (2020-08-10)
- Upgraded core dependency to 1.7.0
- Removed the default value of 0 for port in
InteractiveBrowserCredential
.
Breaking Changes
- Removing Application Authentication APIs for GA release. These will be reintroduced in 1.2.0-beta.1.
- Removed class
AuthenticationRecord
- Removed class
AuthenticationRequiredException
- Removed methods
allowUnencryptedCache()
andenablePersistentCache()
fromClientCertificateCredentialBuilder
,
ClientSecretCredentialBuilder
,InteractiveBrowserCredentialBuilder
,DeviceCodeCredentialBuilder
,
UsernamePasswordCredentialBuilder
andClientCertificateCredentialBuilder
. - Removed methods
allowUnencryptedCache()
andauthenticationRecord(AuthenticationRecord)
fromSharedTokenCacheCredentialBuilder
. - Removed methods
authenticationRecord(AuthenticationRecord)
anddisableAutomaticAuthentication()
fromDeviceCodeCredentialBuilder
andInteractiveBrowserCredentialBuilder
. - Removed methods
authenticate(TokenRequestContext)
andauthenticate()
fromDeviceCodeCredential
,InteractiveBrowserCredential
andUsernamePasswordCredential
.
- Removed class