feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
11
api.hyungi.net/node_modules/@simplewebauthn/server/esm/helpers/decodeAuthenticatorExtensions.d.ts
generated
vendored
Normal file
11
api.hyungi.net/node_modules/@simplewebauthn/server/esm/helpers/decodeAuthenticatorExtensions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Convert authenticator extension data buffer to a proper object
|
||||
*
|
||||
* @param extensionData Authenticator Extension Data buffer
|
||||
*/
|
||||
export declare function decodeAuthenticatorExtensions(extensionData: Uint8Array): AuthenticationExtensionsAuthenticatorOutputs | undefined;
|
||||
/**
|
||||
* Attempt to support authenticator extensions we might not know about in WebAuthn
|
||||
*/
|
||||
export type AuthenticationExtensionsAuthenticatorOutputs = unknown;
|
||||
//# sourceMappingURL=decodeAuthenticatorExtensions.d.ts.map
|
||||
Reference in New Issue
Block a user