feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
7
api.hyungi.net/node_modules/@simplewebauthn/server/script/helpers/validateExtFIDOGenCEAAGUID.d.ts
generated
vendored
Normal file
7
api.hyungi.net/node_modules/@simplewebauthn/server/script/helpers/validateExtFIDOGenCEAAGUID.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Extensions } from '@peculiar/asn1-x509';
|
||||
/**
|
||||
* Look for the id-fido-gen-ce-aaguid certificate extension. If it's present then check it against
|
||||
* the attestation statement AAGUID.
|
||||
*/
|
||||
export declare function validateExtFIDOGenCEAAGUID(certExtensions: Extensions | undefined, aaguid: Uint8Array): boolean;
|
||||
//# sourceMappingURL=validateExtFIDOGenCEAAGUID.d.ts.map
|
||||
Reference in New Issue
Block a user