PasskeyIdpConfigFromPasswords constructor
PasskeyIdpConfigFromPasswords({
- Duration challengeLifetime = const Duration(minutes: 5),
Creates a new PasskeyIdpConfigFromPasswords instance.
Implementation
PasskeyIdpConfigFromPasswords({
super.challengeLifetime,
}) : super(
hostname: Serverpod.instance.getPasswordOrThrow('passkeyHostname'),
);