Skip to content

Commit 320791c

Browse files
authored
Merge pull request #1050 from webauthn4j/correct-core-async-module-info
Correct webauthn4j-core-async module-info
2 parents 20d73da + 15279b1 commit 320791c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

webauthn4j-core-async/src/main/java/module-info.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,15 @@
99
exports com.webauthn4j.async;
1010
exports com.webauthn4j.async.anchor;
1111
exports com.webauthn4j.async.verifier;
12+
exports com.webauthn4j.async.verifier.attestation.statement;
13+
exports com.webauthn4j.async.verifier.attestation.statement.androidkey;
14+
exports com.webauthn4j.async.verifier.attestation.statement.androidsafetynet;
15+
exports com.webauthn4j.async.verifier.attestation.statement.apple;
16+
exports com.webauthn4j.async.verifier.attestation.statement.none;
17+
exports com.webauthn4j.async.verifier.attestation.statement.packed;
18+
exports com.webauthn4j.async.verifier.attestation.statement.tpm;
19+
exports com.webauthn4j.async.verifier.attestation.statement.u2f;
20+
exports com.webauthn4j.async.verifier.attestation.trustworthiness.certpath;
21+
exports com.webauthn4j.async.verifier.attestation.trustworthiness.self;
1222
exports com.webauthn4j.async.util.internal to com.webauthn4j.metadata.async;
1323
}

0 commit comments

Comments
 (0)