inputValues(_:perCredentialInputValues:)
The inputs for the PRF extension.
Declaration
static func inputValues(_ inputValues: ASAuthorizationPublicKeyCredentialPRFAssertionInput.InputValues, perCredentialInputValues: [Data : ASAuthorizationPublicKeyCredentialPRFAssertionInput.InputValues]? = nil) -> ASAuthorizationPublicKeyCredentialPRFAssertionInputParameters
- inputValues:
The default inputs to use for generating the PRF.
- perCredentialInputValues:
This optional dictionary maps
credentialIDvalues to alternate input values. If the user selects a passkey with acredentialIDthat matches one of these keys, the extension uses the corresponding input values instead of those from the first argument. When specifying a nonempty value here, the request usesallowedCredentials.
Return Value
A configured instance of ASAuthorizationPublicKeyCredentialPRFAssertionInput.