JwtParameters.Subject property
Gets the subject (“sub”) claim from the JWT.
public string? Subject { get; set; }
See Also
- class JwtParameters
- namespace Kestrun.Jwt
Gets the subject (“sub”) claim from the JWT.
public string? Subject { get; set; }