Share via


JsonWebToken.Actor Property

Definition

Gets the 'value' of the 'actort' claim the payload.

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

Property Value

Remarks

If the 'actort' claim is not found, an empty string is returned.

Applies to