Skip to content

Commit

Permalink
change audience to vec
Browse files Browse the repository at this point in the history
  • Loading branch information
franklovefrank committed Aug 23, 2023
1 parent faa8e27 commit f96d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proof_of_possession.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub struct ProofOfPossessionParams {
}

pub struct ProofOfPossessionVerificationParams {
pub audience: Url,
pub audience: Vec<Url>,
pub issuer: String,
pub nonce: String,
pub controller_did: Option<String>,
Expand Down

0 comments on commit f96d53b

Please sign in to comment.