InputPasskeyResponse

inputPasskeyResponseRegister#3e63935c client_data:DataJSON attestation_data:bytes = InputPasskeyResponse;
inputPasskeyResponseLogin#c31fc14a client_data:DataJSON authenticator_data:bytes signature:bytes user_handle:string = InputPasskeyResponse;

Constructors

Constructor Description
inputPasskeyResponseRegister WebAuthn registration response used when registering a new passkey, see here » for more info on the full flow.

Generated from the AuthenticatorAttestationResponse object.
inputPasskeyResponseLogin WebAuthn authentication response used when logging in with a passkey, see here » for more info on the full flow.

Generated from the AuthenticatorAssertionResponse object.