File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,21 +44,20 @@ export interface PasskeyCreateResult {
4444 id : string ;
4545 rawId : string ;
4646 type ?: string ;
47+ authenticatorAttachment ?: string ;
4748 response : {
4849 clientDataJSON : string ;
4950 attestationObject : string ;
5051 } ;
51- extensions ?: {
52- clientExtensionResults ?: {
53- largeBlob ?: {
54- supported ?: boolean ;
55- blob ?: Uint8Array ;
56- written ?: boolean ;
57- } ;
58- prf : {
59- enabled ?: boolean ;
60- results ?: AuthenticationExtensionsPRFValues ;
61- } ;
52+ clientExtensionResults ?: {
53+ largeBlob ?: {
54+ supported ?: boolean ;
55+ blob ?: Uint8Array ;
56+ written ?: boolean ;
57+ } ;
58+ prf : {
59+ enabled ?: boolean ;
60+ results ?: AuthenticationExtensionsPRFValues ;
6261 } ;
6362 } ;
6463}
@@ -89,6 +88,7 @@ export interface PasskeyGetResult {
8988 id : string ;
9089 rawId : string ;
9190 type ?: string ;
91+ authenticatorAttachment ?: string ;
9292 response : {
9393 authenticatorData : string ;
9494 clientDataJSON : string ;
You can’t perform that action at this time.
0 commit comments