AuthorizationHeaderResult.Result 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 authorization header information associated with the operation result.
public Microsoft.Identity.Abstractions.AuthorizationHeaderInformation? Result { get; }
member this.Result : Microsoft.Identity.Abstractions.AuthorizationHeaderInformation
Public ReadOnly Property Result As AuthorizationHeaderInformation
Property Value
The authorization header information associated with the operation result.
Remarks
This property is only valid if Succeeded is true.