4.84.0
4 May 26
Toggle Dropdown
Version 4
4.84.2-preview
23 May 26
4.84.1
19 May 26
4.84.1-preview
15 May 26
4.84.0
4 May 26
4.83.4-preview1
3 Apr 26
4.83.3
30 Mar 26
4.83.1
10 Mar 26
4.83.0
9 Mar 26
4.83.0-preview-1
9 Mar 26
4.82.1
5 Feb 26
Compare to version...
with 4.84.2-preview
Toggle Dropdown
Version 4
4.84.2-preview
23 May 26
4.84.1
19 May 26
4.84.1-preview
15 May 26
4.84.0
4 May 26
4.83.4-preview1
3 Apr 26
4.83.3
30 Mar 26
4.83.1
10 Mar 26
4.83.0
9 Mar 26
4.83.0-preview-1
9 Mar 26
4.82.1
5 Feb 26
Download Package
Open in NuGet
<
PackageReference
Include
=
"Microsoft.Identity.Client"
Version
=
"4.84.0"
/>
API Differences between 4.84.0 and 4.84.2-preview
0
Additions
4
Removals
Microsoft.Identity.Client.AuthScheme
public
sealed
class
CredentialEvaluationContext
public
interface
IAuthenticationOperation3
:
IAuthenticationOperation2
,
IAuthenticationOperation
Microsoft.Identity.Client.Extensibility
public
static
class
AcquireTokenParameterBuilderExtensions
public
static
T
WithCachePartitionKey
<
T
>(
this
BaseAbstractAcquireTokenParameterBuilder
<
T
>
builder
,
string
key
,
string
value
) where
T
:
BaseAbstractAcquireTokenParameterBuilder
<
T
>
public
static
AcquireTokenByAuthorizationCodeParameterBuilder
WithReservedScopes
(
this
AcquireTokenByAuthorizationCodeParameterBuilder
builder
,
bool
offlineAccessScope
)