PasskeyIdpConfigFromPasswords constructor

PasskeyIdpConfigFromPasswords({
  1. Duration challengeLifetime = const Duration(minutes: 5),
})

Creates a new PasskeyIdpConfigFromPasswords instance.

Implementation

PasskeyIdpConfigFromPasswords({
  super.challengeLifetime,
}) : super(
       hostname: Serverpod.instance.getPasswordOrThrow('passkeyHostname'),
     );