Contents

ASAuthorizationPublicKeyCredentialPRFAssertionOutput

A type to represent outputs of the web authentication PRF extension, when requesting them during an assertion.

Declaration

struct ASAuthorizationPublicKeyCredentialPRFAssertionOutput

Overview

This object represents one or two SymmetricKey keys that are available anywhere the passkey is available for use. These are general purpose keys that you can use for application-specific needs, such as encryption of user data.

Don’t store or export these keys. Derive these keys only as the result of an assertion operation, and then discard them when the operation finishes.

Topics

Creating a PRF assertion output

Accessing symmetric keys

See Also

Inspecting properties