AcquireTokenResult.CorrelationId 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.
Gets the correlation id used for the request. If provided in CorrelationId, this will be the same, otherwise a new one will be created by the token acquirer.
public Guid CorrelationId { get; set; }
member this.CorrelationId : Guid with get, set
Public Property CorrelationId As Guid