Skip to content

Commit

Permalink
Update package spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Jun 15, 2024
1 parent 45b2093 commit 7b32d72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/spec/spec.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Specification: Ballerina JWT Library

_Owners_: @ldclakmal @shafreenAnfar
_Authors_: @ldclakmal @shafreenAnfar @ayeshLK
_Reviewers_: @shafreenAnfar
_Created_: 2021/10/01
_Updated_: 2022/02/17
_Updated_: 2024/06/15
_Edition_: Swan Lake

## Introduction
Expand Down Expand Up @@ -104,7 +104,7 @@ public type ValidatorSignatureConfig record {|
cache:CacheConfig cacheConfig?;
ClientConfiguration clientConfig = {};
|} jwksConfig?;
string certFile?;
string|crypto:PublicKey certFile?;
record {|
crypto:TrustStore trustStore;
string certAlias;
Expand Down Expand Up @@ -222,7 +222,7 @@ public type IssuerSignatureConfig record {|
|}|record {|
string keyFile;
string keyPassword?;
|}|string config?;
|}|crypto:PrivateKey|string config?;
|};
public class ClientSelfSignedJwtAuthProvider {
Expand Down

0 comments on commit 7b32d72

Please sign in to comment.