JwtParameters.Header property

Gets the JWT header fields as a dictionary.

public IDictionary<string, object> Header { get; set; }

See Also