- API ›
- Constructors ›
- InputPasskeyCredentialPublicKey
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
| id | string | required |
| raw_id | string | required |
| response | InputPasskeyResponse | required |
Used by
| FinishPasskeyLogin |
| RegisterPasskey |