f4571320ce2c180cb575d805bda4da594daddb87
The `Auth` record in the `EnvelopeGenerator.Server.Models` namespace has been marked as `[Obsolete]` with the message "Use auth DTO" to indicate it is outdated and should be replaced with a newer implementation. The `Auth` record includes the following properties: - `AccessCode`, `SmsCode`, `AuthenticatorCode` (nullable strings) - `UserSelectSMS` (boolean) Additionally, it defines computed properties `HasAccessCode` and `HasSmsCode` to check for the presence of `AccessCode` and `SmsCode`, respectively.
Description
No description provided
Languages
JavaScript
82.6%
C#
8.4%
HTML
4.5%
Visual Basic .NET
2.6%
CSS
1.4%
Other
0.4%