perCredentialInputValues(_:)
The inputs for the PRF extension, when not specifying general input values.
Declaration
static func perCredentialInputValues(_ perCredentialInputValues: [Data : ASAuthorizationPublicKeyCredentialPRFAssertionInput.InputValues]) -> ASAuthorizationPublicKeyCredentialPRFAssertionInputParameters
- perCredentialInputValues:
This dictionary maps
credentialIDvalues to input values. If the user selects a passkey with acredentialIDthat matches one of these keys, the extension uses the corresponding input values. If the selected passkey doesn’t match, it doesn’t return a PRF result. When using this option, the dictionary needs to be nonempty and the request needs to useallowedCredentials.
Return Value
A configured instance of ASAuthorizationPublicKeyCredentialPRFAssertionInput.