Skip to content

Commit

Permalink
Merge pull request #914 from agl/issue907
Browse files Browse the repository at this point in the history
Eliminate the “not-supported” option for tokenBinding.status
  • Loading branch information
agl committed Jun 19, 2018
2 parents 4fd5dd5 + 7ef6a96 commit a68f1a9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions index.bs
Expand Up @@ -2030,7 +2030,7 @@ Note: The {{CollectedClientData}} may be extended in the future. Therefore it's
DOMString id;
};

enum TokenBindingStatus { "present", "supported", "not-supported" };
enum TokenBindingStatus { "present", "supported" };
</xmp>

<div dfn-type="dict-member" dfn-for="CollectedClientData">
Expand All @@ -2048,17 +2048,14 @@ Note: The {{CollectedClientData}} may be extended in the future. Therefore it's
the syntax defined by [[RFC6454]].

: <dfn>tokenBinding</dfn>
:: This member contains information about the state of the [=Token Binding=] protocol used when communicating with the
[=[RP]=].
:: This OPTIONAL member contains information about the state of the [=Token Binding=] protocol used when communicating
with the [=[RP]=]. Its absence indicates that the client doesn't support token binding.

<div dfn-type="dict-member" dfn-for="TokenBinding">
: <dfn>status</dfn>
:: This member is one of the following:

<div dfn-type="enum-value" dfn-for="TokenBindingStatus">
: <dfn>not-supported</dfn>
:: Indicates the client does not support token binding.

: <dfn>supported</dfn>
:: Indicates the client supports token binding, but it was not negotiated when communicating with the [=[RP]=].

Expand Down

0 comments on commit a68f1a9

Please sign in to comment.