JwtParameters.Subject property

Gets the subject (“sub”) claim from the JWT.

public string? Subject { get; set; }

See Also