JwtPayload.Azp Property

Definition

Gets the 'value' of the 'azp' claim { azp, 'value' }.

public string Azp { get; }
member this.Azp : string
Public ReadOnly Property Azp As String

Property Value

Remarks

If the 'azp' claim is not found, null is returned.

Applies to