AcquireTokenOptions.LongRunningWebApiSessionKey Property

Definition

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, 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).

public string? LongRunningWebApiSessionKey { get; set; }
member this.LongRunningWebApiSessionKey : string with get, set
Public Property LongRunningWebApiSessionKey As String

Property Value

Applies to