We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a025e4 commit bff7171Copy full SHA for bff7171
docs/requesting-credential/dc-api.md
@@ -28,7 +28,6 @@ async function requestCredential() {
28
// Call the Digital Credentials API using the presentation request from the backend
29
let dcResponse = await navigator.credentials.get({
30
signal: controller.signal,
31
- mediation: "required",
32
digital: {
33
requests: [{
34
protocol: "openid4vp",
@@ -67,4 +66,4 @@ async function requestCredential() {
67
66
68
## Android Native
69
70
-## Fallback
+## Fallback
0 commit comments