InputPasskeyCredentialPublicKey

---types---
inputPasskeyCredentialPublicKey#3c27b78f id:string raw_id:string response:InputPasskeyResponse = InputPasskeyCredential

Belongs to

InputPasskeyCredential

In Rust this constructor is a variant of the enums::InputPasskeyCredential enum.
Match on it with: if let enums::InputPasskeyCredential::InputPasskeyCredentialPublicKey(v) = result { ... }

Parameters

idstringrequired
raw_idstringrequired
responseInputPasskeyResponserequired

Used by

FinishPasskeyLogin
RegisterPasskey