Skip to content

Commit

Permalink
Merge pull request #2221 from w3c/pr-2219-tidoust
Browse files Browse the repository at this point in the history
Fix AuthenticationExtensionsAuthenticatorInputs/Outputs CDDL
  • Loading branch information
selfissued authored Dec 18, 2024
2 parents 08d33dc + 5d855e7 commit 57efac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4016,8 +4016,8 @@ This is a dictionary containing the [=client extension output=] values for zero

```
AuthenticationExtensionsAuthenticatorInputs = {
* $$extensionInput .within ( tstr => any )
}
* $$extensionInput
} .within { * tstr => any }
```

The [=CDDL=] type `AuthenticationExtensionsAuthenticatorInputs` defines a [=CBOR=] map
Expand All @@ -4031,8 +4031,8 @@ This type is not exposed to the [=[RP]=], but is used by the [=client=] and [=au

```
AuthenticationExtensionsAuthenticatorOutputs = {
* $$extensionOutput .within ( tstr => any )
}
* $$extensionOutput
} .within { * tstr => any }
```

The [=CDDL=] type `AuthenticationExtensionsAuthenticatorOutputs` defines a [=CBOR=] map
Expand Down

0 comments on commit 57efac8

Please sign in to comment.