Constructor: inputPasskeyCredentialPublicKey
Attributes:
| Name | Type | Required |
|---|---|---|
| id | string | Yes |
| raw_id | string | Yes |
| response | InputPasskeyResponse | Yes |
Type: InputPasskeyCredential
Example:
$inputPasskeyCredentialPublicKey = ['_' => 'inputPasskeyCredentialPublicKey', 'id' => 'string', 'raw_id' => 'string', 'response' => InputPasskeyResponse];