ASPasskeyCredentialRequestParameters
A class that represents information about a passkey credential request.
Declaration
class ASPasskeyCredentialRequestParametersOverview
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
prepareCredentialList(for:)prepareCredentialList(for:requestParameters:)prepareOneTimeCodeCredentialList(for:)prepareInterface(forPasskeyRegistration:)prepareInterfaceToProvideCredential(for:)provideCredentialWithoutUserInteraction(for:)performWithoutUserInteractionIfPossible(passkeyRegistration:)ASCredentialServiceIdentifierASCredentialRequestASPasswordCredentialRequestASOneTimeCodeCredentialRequestASAuthorizationPublicKeyCredentialRegistrationRequestASPasskeyCredentialRequest