JwtTokenBuilder.Algorithm property

Gets the algorithm used for signing the JWT token.

public string? Algorithm { get; }

See Also