Condividi tramite


AuthorizationHeaderResult.Result Property

Definition

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.

Applies to