-
Notifications
You must be signed in to change notification settings - Fork 32
/
AcquireTokenOptions.xml
456 lines (453 loc) Β· 26.8 KB
/
AcquireTokenOptions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<Type Name="AcquireTokenOptions" FullName="Microsoft.Identity.Abstractions.AcquireTokenOptions">
<TypeSignature Language="C#" Value="public class AcquireTokenOptions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AcquireTokenOptions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Identity.Abstractions.AcquireTokenOptions" />
<TypeSignature Language="VB.NET" Value="Public Class AcquireTokenOptions" />
<TypeSignature Language="F#" Value="type AcquireTokenOptions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<AssemblyVersion>3.2.1.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>5.1.0.0</AssemblyVersion>
<AssemblyVersion>5.3.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>7.1.0.0</AssemblyVersion>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Options directing the token acquisition. These options are provided to the <see cref="T:Microsoft.Identity.Abstractions.ITokenAcquirer" /> methods, or
part of the <see cref="T:Microsoft.Identity.Abstractions.AuthorizationHeaderProviderOptions" />, or <see cref="T:Microsoft.Identity.Abstractions.DownstreamApiOptions" />.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AcquireTokenOptions ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Abstractions.AcquireTokenOptions.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Default constructor.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AcquireTokenOptions (Microsoft.Identity.Abstractions.AcquireTokenOptions other);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Identity.Abstractions.AcquireTokenOptions other) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Abstractions.AcquireTokenOptions.#ctor(Microsoft.Identity.Abstractions.AcquireTokenOptions)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (other As AcquireTokenOptions)" />
<MemberSignature Language="F#" Value="new Microsoft.Identity.Abstractions.AcquireTokenOptions : Microsoft.Identity.Abstractions.AcquireTokenOptions -> Microsoft.Identity.Abstractions.AcquireTokenOptions" Usage="new Microsoft.Identity.Abstractions.AcquireTokenOptions other" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="other" Type="Microsoft.Identity.Abstractions.AcquireTokenOptions" />
</Parameters>
<Docs>
<param name="other">To be added.</param>
<summary>
Copy constructor for <see cref="T:Microsoft.Identity.Abstractions.AcquireTokenOptions" /></summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AuthenticationOptionsName">
<MemberSignature Language="C#" Value="public string? AuthenticationOptionsName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string AuthenticationOptionsName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.AuthenticationOptionsName" />
<MemberSignature Language="VB.NET" Value="Public Property AuthenticationOptionsName As String" />
<MemberSignature Language="F#" Value="member this.AuthenticationOptionsName : string with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.AuthenticationOptionsName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the name of the options describing the confidential client application (ClientID,
Region, Authority, client credentials). In ASP.NET Core, the authentication options name
is the same as the authentication scheme.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Claims">
<MemberSignature Language="C#" Value="public string? Claims { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Claims" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.Claims" />
<MemberSignature Language="VB.NET" Value="Public Property Claims As String" />
<MemberSignature Language="F#" Value="member this.Claims : string with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.Claims" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
A string with one or multiple claims to request. It's a json blob (encoded or not)
Normally used with Conditional Access. It receives the Claims member of the UiRequiredException.
It can also be used to request specific optional claims, and for
<see href="https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/concept-conditional-access-cloud-apps">
CA Auth context</see></summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Clone">
<MemberSignature Language="C#" Value="public virtual Microsoft.Identity.Abstractions.AcquireTokenOptions Clone ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Identity.Abstractions.AcquireTokenOptions Clone() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Abstractions.AcquireTokenOptions.Clone" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function Clone () As AcquireTokenOptions" />
<MemberSignature Language="F#" Value="abstract member Clone : unit -> Microsoft.Identity.Abstractions.AcquireTokenOptions
override this.Clone : unit -> Microsoft.Identity.Abstractions.AcquireTokenOptions" Usage="acquireTokenOptions.Clone " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Abstractions.AcquireTokenOptions</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Performs a shallow Clone the options (to be able to override them).
</summary>
<returns>A shallow Clone of the options.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CorrelationId">
<MemberSignature Language="C#" Value="public Guid? CorrelationId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.Guid> CorrelationId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.CorrelationId" />
<MemberSignature Language="VB.NET" Value="Public Property CorrelationId As Nullable(Of Guid)" />
<MemberSignature Language="F#" Value="member this.CorrelationId : Nullable<Guid> with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.CorrelationId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Nullable<System.Guid></ReturnType>
</ReturnValue>
<Docs>
<summary>
Sets the correlation ID to be used in the request to the STS "/token" endpoint.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExtraHeadersParameters">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,string>? ExtraHeadersParameters { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, string> ExtraHeadersParameters" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.ExtraHeadersParameters" />
<MemberSignature Language="VB.NET" Value="Public Property ExtraHeadersParameters As IDictionary(Of String, String)" />
<MemberSignature Language="F#" Value="member this.ExtraHeadersParameters : System.Collections.Generic.IDictionary<string, string> with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.ExtraHeadersParameters" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IDictionary<System.String,System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExtraParameters">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,object>? ExtraParameters { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, object> ExtraParameters" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.ExtraParameters" />
<MemberSignature Language="VB.NET" Value="Public Property ExtraParameters As IDictionary(Of String, Object)" />
<MemberSignature Language="F#" Value="member this.ExtraParameters : System.Collections.Generic.IDictionary<string, obj> with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.ExtraParameters" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IDictionary<System.String,System.Object></ReturnType>
</ReturnValue>
<Docs>
<summary>
An property bag used for extensiblity.
</summary>
<value>To be added.</value>
<remarks>
Not meant to be used by application developers, but by other SDKs.
</remarks>
</Docs>
</Member>
<Member MemberName="ExtraQueryParameters">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,string>? ExtraQueryParameters { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, string> ExtraQueryParameters" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.ExtraQueryParameters" />
<MemberSignature Language="VB.NET" Value="Public Property ExtraQueryParameters As IDictionary(Of String, String)" />
<MemberSignature Language="F#" Value="member this.ExtraQueryParameters : System.Collections.Generic.IDictionary<string, string> with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.ExtraQueryParameters" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IDictionary<System.String,System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>
Sets query parameters for the query string in the HTTP request to the
"/token" endpoint.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ForceRefresh">
<MemberSignature Language="C#" Value="public bool ForceRefresh { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool ForceRefresh" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.ForceRefresh" />
<MemberSignature Language="VB.NET" Value="Public Property ForceRefresh As Boolean" />
<MemberSignature Language="F#" Value="member this.ForceRefresh : bool with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.ForceRefresh" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>
Specifies if the token request will ignore the access token in the token cache
and will attempt to acquire a new access token.
If <c>true</c>, the request will ignore the token cache. The default is <c>false</c>.
Use this option with care and only when needed, for instance, if you know that conditional access policies have changed,
for it induces performance degradation, as the token cache is not utilized, and the STS might throttle the app.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LongRunningWebApiSessionKey">
<MemberSignature Language="C#" Value="public string? LongRunningWebApiSessionKey { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string LongRunningWebApiSessionKey" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.LongRunningWebApiSessionKey" />
<MemberSignature Language="VB.NET" Value="Public Property LongRunningWebApiSessionKey As String" />
<MemberSignature Language="F#" Value="member this.LongRunningWebApiSessionKey : string with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.LongRunningWebApiSessionKey" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Key used for long running web APIs that need to call downstream web
APIs on behalf of the user. Can be null, if you are not developing a long
running web API, <see cref="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.LongRunningWebApiSessionKeyAuto" /> if you want
the token acquirer to allocate a session key for you, or your own string
if you want to associate the session with some information you have externally
(for instance a Microsoft Graph hook identifier).
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="LongRunningWebApiSessionKeyAuto">
<MemberSignature Language="C#" Value="public static string LongRunningWebApiSessionKeyAuto { get; }" />
<MemberSignature Language="ILAsm" Value=".property string LongRunningWebApiSessionKeyAuto" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.LongRunningWebApiSessionKeyAuto" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly Property LongRunningWebApiSessionKeyAuto As String" />
<MemberSignature Language="F#" Value="static member LongRunningWebApiSessionKeyAuto : string" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.LongRunningWebApiSessionKeyAuto" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Value that can be used for <see cref="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.LongRunningWebApiSessionKey" /> so that
the token acquirer allocates the long running web api session key for the developer.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ManagedIdentity">
<MemberSignature Language="C#" Value="public Microsoft.Identity.Abstractions.ManagedIdentityOptions? ManagedIdentity { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Identity.Abstractions.ManagedIdentityOptions ManagedIdentity" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.ManagedIdentity" />
<MemberSignature Language="VB.NET" Value="Public Property ManagedIdentity As ManagedIdentityOptions" />
<MemberSignature Language="F#" Value="member this.ManagedIdentity : Microsoft.Identity.Abstractions.ManagedIdentityOptions with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.ManagedIdentity" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Identity.Abstractions.ManagedIdentityOptions</ReturnType>
</ReturnValue>
<Docs>
<summary>
When <see cref="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.ManagedIdentity" /> is set, the application uses a managed identity instead of client credentials to
acquire an app token.
To use a system-assigned identity, simply leave <see cref="P:Microsoft.Identity.Abstractions.ManagedIdentityOptions.UserAssignedClientId" /> null.
To use a user-assigned identity, set <see cref="P:Microsoft.Identity.Abstractions.ManagedIdentityOptions.UserAssignedClientId" /> to the ClientID of the
user-assigned identity you want to use. Using either form of managed identity requires the application to be deployed
on Azure and the managed identity to be configured. For more details, check the
<see href="https://aka.ms/Entra/ManagedIdentityOverview"> managed identities for Azure documentation</see>.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<example>
<format type="text/markdown"><![CDATA[
The Json fragment below describes how to use a system-assigned Managed Identity for authentication in a confidential client application :
:::code language="json" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/AquireTokenOptionsTests.cs" id="managedidentitysystem_json":::
The code below describes the same, programmatically in C#.
:::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/AquireTokenOptionsTests.cs" id="managedidentitysystem_csharp":::
The Json fragment below describes how to use a user-assigned Managed Identity for authentication in a confidential client application :
:::code language="json" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/AquireTokenOptionsTests.cs" id="managedidentityuser_json":::
The code below describes the same, programmatically in C#.
:::code language="csharp" source="~/../abstractions-samples/test/Microsoft.Identity.Abstractions.Tests/AquireTokenOptionsTests.cs" id="managedidentityuser_csharp":::
]]></format>
</example>
</Docs>
</Member>
<Member MemberName="PopClaim">
<MemberSignature Language="C#" Value="public string? PopClaim { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string PopClaim" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.PopClaim" />
<MemberSignature Language="VB.NET" Value="Public Property PopClaim As String" />
<MemberSignature Language="F#" Value="member this.PopClaim : string with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.PopClaim" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
In addition to the <see cref="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.PopPublicKey" />, specify the PopClaim when needed in specific POP protocols.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PopPublicKey">
<MemberSignature Language="C#" Value="public string? PopPublicKey { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string PopPublicKey" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.PopPublicKey" />
<MemberSignature Language="VB.NET" Value="Public Property PopPublicKey As String" />
<MemberSignature Language="F#" Value="member this.PopPublicKey : string with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.PopPublicKey" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Modifies the token acquisition request so that the acquired token is a Proof of Possession token (PoP),
rather than a Bearer token.
PoP tokens are similar to Bearer tokens, but are bound to the HTTP request and to a cryptographic key,
which MSAL can manage. See https://aka.ms/msal-net-pop.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Tenant">
<MemberSignature Language="C#" Value="public string? Tenant { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Tenant" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.Tenant" />
<MemberSignature Language="VB.NET" Value="Public Property Tenant As String" />
<MemberSignature Language="F#" Value="member this.Tenant : string with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.Tenant" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
(Microsoft identity specific)
Enables to override the tenant/account for which to get a token.
This is useful in multi-tenant apps in the cases where a given user account is a guest
in other tenants, and you want to acquire tokens for a specific tenant.
</summary>
<value>To be added.</value>
<remarks>Can be the tenant ID or domain name.</remarks>
</Docs>
</Member>
<Member MemberName="UserFlow">
<MemberSignature Language="C#" Value="public string? UserFlow { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string UserFlow" />
<MemberSignature Language="DocId" Value="P:Microsoft.Identity.Abstractions.AcquireTokenOptions.UserFlow" />
<MemberSignature Language="VB.NET" Value="Public Property UserFlow As String" />
<MemberSignature Language="F#" Value="member this.UserFlow : string with get, set" Usage="Microsoft.Identity.Abstractions.AcquireTokenOptions.UserFlow" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Abstractions</AssemblyName>
<AssemblyVersion>7.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
(Microsoft identity specific)
In the case of AzureAD B2C, uses a particular user flow.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>