saltInput1(_:saltInput2:)
The inputs for generating the PRF output secrets.
Declaration
static func saltInput1(_ saltInput1: Data, saltInput2: Data? = nil) -> ASAuthorizationPublicKeyCredentialPRFAssertionInput.InputValuesParameters
- saltInput1:
The input the system uses when generating
first. - saltInput2:
If specified, the input when generating
second. If not specified,secondisnil.
Return Value
A configured instance of InputValues.