Contents

ASPasskeyCredentialRequestParameters

A class that represents information about a passkey credential request.

Declaration

class ASPasskeyCredentialRequestParameters

Overview

The system creates instances of this class to handle active passkey requests, and passes them to your extension by calling prepareCredentialList(for:requestParameters:). Use the properties of the given request parameters object, along with the passkey credential that the person chooses, to construct a passkey credential response that you return to the system using completeAssertionRequest(using:completionHandler:).

Topics

Viewing credential request parameters

Working with WebAuthn extensions

Initializers

See Also

Selecting a credential