JwtParameters.Type property
Gets the type (“typ”) of the JWT, indicating the token type.
public string? Type { get; set; }
See Also
- class JwtParameters
- namespace Kestrun.Jwt
Gets the type (“typ”) of the JWT, indicating the token type.
public string? Type { get; set; }