diff options
author | Matthew Miller <matthew@millerti.me> | 2020-12-09 21:05:09 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-12-09 21:05:09 -0800 |
commit | 78fbc685a580c4985a5b1719d8e3c969ba3e569f (patch) | |
tree | c6e4ca9ed4b6697932162396086ca9af522151a3 /packages/server/src | |
parent | 6ef16415254d8af6e18b534789948fd1c605be81 (diff) |
Shorten long JSDoc
Diffstat (limited to 'packages/server/src')
-rw-r--r-- | packages/server/src/assertion/generateAssertionOptions.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/server/src/assertion/generateAssertionOptions.ts b/packages/server/src/assertion/generateAssertionOptions.ts index 0353666..370dbc8 100644 --- a/packages/server/src/assertion/generateAssertionOptions.ts +++ b/packages/server/src/assertion/generateAssertionOptions.ts @@ -20,7 +20,8 @@ type Options = { /** * Prepare a value to pass into navigator.credentials.get(...) for authenticator "login" * - * @param allowCredentials Authenticators previously registered by the user, if any. If undefined the client will ask the user which credential they want to use + * @param allowCredentials Authenticators previously registered by the user, if any. If undefined + * the client will ask the user which credential they want to use * @param challenge Random value the authenticator needs to sign and pass back * user for assertion * @param timeout How long (in ms) the user can take to complete assertion |