AcquireTokenOptions.LongRunningWebApiSessionKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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