Skip to content

Commit

Permalink
remove 'lightning' AuthenticatorTransport enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
equalsJeffH committed Jan 22, 2020
1 parent 6349d24 commit 2923f10
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.bs
Expand Up @@ -2915,8 +2915,7 @@ parameter to the {{CredentialsContainer/create()}} or {{CredentialsContainer/get
"usb",
"nfc",
"ble",
"internal",
"lightning"
"internal"
};
</xmp>

Expand All @@ -2932,9 +2931,6 @@ 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 2923f10

Please sign in to comment.