passkeyService

Passkey service for WebAuthn passkey operations.

Handles:

  • Passkey registration (WebAuthn create credential)

  • Passkey authentication (WebAuthn get assertion)

  • PRF extension support checking

Usage from Flutter:

final sdk = BlockchainKitSdk();
final credential = await sdk.passkeyService.register(displayName: "My Phone");