<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AuthenticationServices",
  "identifier" : "/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialPRFAssertionInputValues",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Authentication Services"
    ],
    "preciseIdentifier" : "c:objc(cs)ASAuthorizationPublicKeyCredentialPRFAssertionInputValues"
  },
  "title" : "ASAuthorizationPublicKeyCredentialPRFAssertionInputValues"
}
-->

# ASAuthorizationPublicKeyCredentialPRFAssertionInputValues

The values to use as inputs to the salts for deriving the symmetric key.

```
@interface ASAuthorizationPublicKeyCredentialPRFAssertionInputValues : NSObject
```

## Overview

This type is analogous to `AuthenticationExtensionsPRFValues` in the WebAuthn specification.

## Topics

### Creating an input values instance

[`initWithSaltInput1:saltInput2:`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialPRFAssertionInputValues/initWithSaltInput1:saltInput2:)

Initializes an input values object with the given salts.

### Accessing salt inputs

[`saltInput1`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialPRFAssertionInputValues/saltInput1)

A salt for the hashing function.

[`saltInput2`](/documentation/AuthenticationServices/ASAuthorizationPublicKeyCredentialPRFAssertionInputValues/saltInput2)

An optional second salt for the hashing function.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)