.github
.idx
DysonNetwork.Sphere
Account
Activity
Auth
Auth.cs
AuthController.cs
AuthService.cs
CheckpointModel.cs
CompactTokenService.cs
Session.cs
Chat
Connection
Developer
Email
Localization
Migrations
Pages
Permission
Post
Properties
Publisher
Realm
Resources
Sticker
Storage
Wallet
wwwroot
.DS_Store
.gitignore
AppDatabase.cs
Dockerfile
DysonNetwork.Sphere.csproj
DysonNetwork.Sphere.csproj.DotSettings.user
DysonNetwork.Sphere.http
Program.cs
appsettings.json
package.json
postcss.config.js
tailwind.config.js
.dockerignore
.gitignore
DysonNetwork.sln
DysonNetwork.sln.DotSettings.user
LICENSE.txt
README.md
compose.yaml
6 lines
119 B
C#
6 lines
119 B
C#
namespace DysonNetwork.Sphere.Auth;
|
|
|
|
public class CaptchaVerificationResponse
|
|
{
|
|
public bool Success { get; set; }
|
|
} |