Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 904 Bytes

onlineidserviceticketrequest_policy.md

File metadata and controls

25 lines (17 loc) · 904 Bytes
-api-id -api-type
P:Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest.Policy
winrt property

Windows.Security.Authentication.OnlineId.OnlineIdServiceTicketRequest.Policy

-description

The policy used to authenticate users. Supported values are JWT, which returns data using the JSON format. For apps that are requesting user consent to access stored in Live, app developer must pass a policy of DELEGATION.

Note

If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.

-property-value

A string that represents the policy.

-remarks

-examples

-see-also