Skip to content

Commit

Permalink
Update src/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yasir <[email protected]>
  • Loading branch information
UMR1352 and itsyaasir authored Oct 15, 2024
1 parent 9601f3f commit dd24522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl<H: Hasher> SdJwtBuilder<H> {
/// Sets the JWT header.
/// ## Notes
/// - if [`SdJwtBuilder::header`] is not called, the default header is used: ```json { "typ": "sd-jwt", "alg":
/// "<algorithm used in SdJwtBulider::finish>" } ```
/// "<algorithm used in SdJwtBuilder::finish>" } ```
/// - `alg` is always replaced with the value passed to [`SdJwtBuilder::finish`].
pub fn header(mut self, header: JsonObject) -> Self {
self.header = header;
Expand Down

0 comments on commit dd24522

Please sign in to comment.