UNPKG

@mysten/sui

Version:
16 lines 503 B
//#region src/keypairs/passkey/types.d.ts /** * The value returned from navigator.credentials.get() */ interface AuthenticationCredential extends PublicKeyCredential { response: AuthenticatorAssertionResponse; } /** * The value returned from navigator.credentials.create() */ interface RegistrationCredential extends PublicKeyCredential { response: AuthenticatorAttestationResponse; } //#endregion export { AuthenticationCredential, RegistrationCredential }; //# sourceMappingURL=types.d.mts.map