JwtTokenBuilder.AddClaim method
Adds a claim to the JWT token.
public JwtTokenBuilder AddClaim(string type, string value)
| parameter | description |
|---|---|
| type | The claim type. |
| value | The claim value. |
Return Value
The current JwtTokenBuilder instance.
See Also
- class JwtTokenBuilder
- namespace Kestrun.Jwt