PrfCryptoClient
High-level facade that executes assertion + PRF session derivation in one call.
Functions
Link copied to clipboard
suspend fun authenticateWithPrf(options: PublicKeyCredentialRequestOptions, salts: AuthenticationExtensionsPRFValues, context: String = PrfCrypto.DEFAULT_CONTEXT, hkdfSalt: Base64UrlBytes? = null, outputSelection: PrfOutputSelection = PrfOutputSelection.FIRST): PasskeyResult<PrfAuthenticationResult>