JwtSecurityToken.Actor Property

Definition

Gets the 'value' of the 'actor' claim { actort, 'value' }.

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

Property Value

Remarks

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

Applies to