Generated API snapshot
@askrjs/auth/webauthn-client
Exports from the declarations published in @askrjs/auth 0.0.7. Signatures are generated from the installed artifact.
@askrjs/auth/webauthn-client0.0.7
Exports
This entrypoint publishes 8 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.
createPasskeytype
createPasskey: (options: CreatePasskeyOptions) => Promise<PasskeyRegistration>CreatePasskeyOptionstype
CreatePasskeyOptions: anydecodeBase64Urltype
decodeBase64Url: (value: string) => ArrayBufferencodeBase64Urltype
encodeBase64Url: (buffer: ArrayBuffer) => stringgetPasskeyAssertiontype
getPasskeyAssertion: (options: GetPasskeyAssertionOptions) => Promise<PasskeyAssertion>GetPasskeyAssertionOptionstype
GetPasskeyAssertionOptions: anyPasskeyAssertiontype
PasskeyAssertion: anyPasskeyRegistrationtype
PasskeyRegistration: any