Skip to content

Commit

Permalink
Add lightning transport (#1264)
Browse files Browse the repository at this point in the history
* Update index.bs

Add lightning transport

Fixes #1261

* Update index.bs

Fix missing comma
  • Loading branch information
ve7jtb authored and akshayku committed Aug 28, 2019
1 parent b75aef3 commit 30d3e9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2824,7 +2824,8 @@ parameter to the {{CredentialsContainer/create()}} or {{CredentialsContainer/get
"usb",
"nfc",
"ble",
"internal"
"internal",
"lightning"
};
</xmp>

Expand All @@ -2839,6 +2840,9 @@ parameter to the {{CredentialsContainer/create()}} or {{CredentialsContainer/get

: <dfn>usb</dfn>
:: Indicates the respective [=authenticator=] can be contacted over removable USB.

: <dfn>lightning</dfn>
:: Indicates the respective [=authenticator=] can be contacted over removable Lightning.

: <dfn>nfc</dfn>
:: Indicates the respective [=authenticator=] can be contacted over Near Field Communication (NFC).
Expand Down

0 comments on commit 30d3e9f

Please sign in to comment.