authenticateWithPrf
suspend fun authenticateWithPrf(options: PublicKeyCredentialRequestOptions, salts: AuthenticationExtensionsPRFValues, context: String = PrfCrypto.DEFAULT_CONTEXT, hkdfSalt: Base64UrlBytes? = null, outputSelection: PrfOutputSelection = PrfOutputSelection.FIRST): PasskeyResult<PrfAuthenticationResult>