Skip to content

Commit

Permalink
Remove nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 30, 2024
1 parent ba4c32b commit d2503eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Token/DecodedToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ final class DecodedToken
public function __construct(
public string $iss,
public string $aud,
public string $nonce,
/** @var array{country: string, is_over_15?: bool, is_over_16?: bool, is_over_18?: bool, is_over_21?: bool} $ageVerification */
public array $ageVerification,
) {
Expand Down

0 comments on commit d2503eb

Please sign in to comment.