WebAuthnGetUserInfo typedef

WebAuthnGetUserInfo = FutureOr<WebAuthnUserInfo?> Function(AuthContext context, WebAuthnProvider provider, Map<String, dynamic> request)

Callback to retrieve user info for WebAuthn registration/authentication.

Implementation

typedef WebAuthnGetUserInfo =
    FutureOr<WebAuthnUserInfo?> Function(
      AuthContext context,
      WebAuthnProvider provider,
      Map<String, dynamic> request,
    );