Skip to content

Commit

Permalink
Incorporate review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed May 31, 2024
1 parent 857b997 commit 010741e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/jwt_validator.bal
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public type ValidatorConfig record {
# Represents JWT signature configurations.
#
# + jwksConfig - JWKS configurations
# + certFile - Public certificate file or a `crypto:PublicKey`
# + certFile - Public certificate file path or a `crypto:PublicKey`
# + trustStoreConfig - JWT TrustStore configurations
# + secret - HMAC secret configuration
public type ValidatorSignatureConfig record {|
Expand Down

0 comments on commit 010741e

Please sign in to comment.