We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5241c2b commit 4775830Copy full SHA for 4775830
src/passwordless.ts
@@ -31,6 +31,7 @@ export class Client {
31
* Register a new credential to a user
32
*
33
* @param {string} token Token generated by your backend and the Passwordless API
34
+ * @param {string} credentialNickname A nickname for the passkey credential being created
35
*/
36
public async register(token: string, credentialNickname: string): PromiseResult<TokenResponse> {
37
try {
0 commit comments