Link Search Menu Expand Document

Constructor: inputPasskeyResponseLogin

Back to constructors index

Attributes:

NameTypeRequired
client_dataDataJSONYes
authenticator_databytesYes
signaturebytesYes
user_handlestringYes

Type: InputPasskeyResponse

Example:

$inputPasskeyResponseLogin = ['_' => 'inputPasskeyResponseLogin', 'client_data' => DataJSON, 'authenticator_data' => 'bytes', 'signature' => 'bytes', 'user_handle' => 'string'];