JwtParameters.KeyId property

Gets the key ID (“kid”) from the JWT header.

public string? KeyId { get; set; }

See Also