Skip to content

Commit

Permalink
Apply fmt to Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jul 5, 2023
1 parent 72b855a commit 54fb7cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ impl WasmJwtPresentationValidator {
/// Validation is done with respect to the properties set in `options`.
///
/// # Warning
///
///
/// * This method does NOT validate the constituent credentials and therefore also not the relationship between the
/// credentials' subjects and the presentation holder. This can be done with `JwtCredentialValidationOptions`.
/// * The lack of an error returned from this method is in of itself not enough to conclude that the presentation can
/// be trusted. This section contains more information on additional checks that should be carried out before and
/// after calling this method.
///
/// ## The state of the supplied DID Documents.
///
///
/// The caller must ensure that the DID Documents in `holder` are up-to-date.
///
/// # Errors
///
///
/// An error is returned whenever a validated condition is not satisfied or when decoding fails.
#[wasm_bindgen]
pub fn validate(
Expand Down

0 comments on commit 54fb7cb

Please sign in to comment.