WebAuthnUserInfo constructor

const WebAuthnUserInfo({
  1. required AuthUser user,
  2. required bool exists,
})

Creates the user information returned by a WebAuthn callback.

Implementation

const WebAuthnUserInfo({required this.user, required this.exists});