1using CommunityToolkit.Mvvm.Input;
8 int CountDownSeconds {
get;
set; }
9 IDispatcherTimer CountDownTimer {
get; }
10 IAsyncRelayCommand ResendCodeCommand {
get; }
21 public VerifyCodeNavigationArgs() : this(null) { }
26 public ICodeVerification? CodeVerification {
get; } = CodeVerification;
31 public string? PhoneOrEmail {
get; } = PhoneOrEmail;
36 public TaskCompletionSource<string?>? VarifyCode {
get;
internal set; } =
new();
An base class holding page specific navigation parameters.