Skip to content

Commit

Permalink
Clarify that |extensions| in authenticator ops is a CBOR map
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Feb 6, 2018
1 parent 572446d commit 7415c49
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 @@ -2290,8 +2290,8 @@ It takes the following input parameters:
these are known to the authenticator, it should not create a new credential. |excludeCredentialDescriptorList| contains a
list of known credentials.
: |extensions|
:: A [=map=] from [=extension identifiers=] to their [=authenticator extension inputs=], created by the client based on the
extensions requested by the [=[RP]=], if any.
:: A [=CBOR=] [=map=] from [=extension identifiers=] to their [=authenticator extension inputs=], created by the client based on
the extensions requested by the [=[RP]=], if any.

Note: Before performing this operation, all other operations in progress in the [=authenticator session=] MUST be aborted by
running the [=authenticatorCancel=] operation.
Expand Down Expand Up @@ -2399,8 +2399,8 @@ It takes the following input parameters:
: |requireUserVerification|
:: The [=effective user verification requirement for assertion=], a Boolean value provided by the client.
: |extensions|
:: A [=map=] from [=extension identifiers=] to their [=authenticator extension inputs=], created by the client based on the
extensions requested by the [=[RP]=], if any.
:: A [=CBOR=] [=map=] from [=extension identifiers=] to their [=authenticator extension inputs=], created by the client based on
the extensions requested by the [=[RP]=], if any.

Note: Before performing this operation, all other operations in progress in the [=authenticator session=] must be aborted by running the [=authenticatorCancel=] operation.

Expand Down

0 comments on commit 7415c49

Please sign in to comment.