JwtParameters.Algorithm property
Gets the algorithm (“alg”) used to sign the JWT.
public string? Algorithm { get; set; }
See Also
- class JwtParameters
- namespace Kestrun.Jwt
Gets the algorithm (“alg”) used to sign the JWT.
public string? Algorithm { get; set; }