@dfns/sdk
Advanced tools
Comparing version 0.1.0-alpha.9 to 0.1.0-alpha.10
{ | ||
"name": "@dfns/sdk", | ||
"version": "0.1.0-alpha.9", | ||
"version": "0.1.0-alpha.10", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "buffer": "^6.0.3", |
@@ -23,3 +23,3 @@ export type CredentialKind = 'Key' | 'Fido2' | 'Password' | 'Totp' | 'RecoveryKey'; | ||
signature: string; | ||
userHandle?: string; | ||
userHandle: string; | ||
}; | ||
@@ -26,0 +26,0 @@ }; |