menu
serverpod_auth_idp_server package
documentation
core.dart
SecretChallengeVerificationConfig<T>
isAlreadyUsed property
isAlreadyUsed property
dark_mode
light_mode
isAlreadyUsed
property
bool
Function
(
T
request
)
isAlreadyUsed
final
Checks if the request has already been used/verified.
Implementation
final bool Function(T request) isAlreadyUsed;
serverpod_auth_idp_server package
documentation
core
SecretChallengeVerificationConfig<T>
isAlreadyUsed property
SecretChallengeVerificationConfig class