squash a bunch of commits
This commit is contained in:
13
Shogi.Contracts/Api/Commands/CreateTokenResponse.cs
Normal file
13
Shogi.Contracts/Api/Commands/CreateTokenResponse.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Shogi.Contracts.Api;
|
||||
|
||||
public class CreateTokenResponse
|
||||
{
|
||||
public Guid OneTimeToken { get; }
|
||||
|
||||
public CreateTokenResponse(Guid token)
|
||||
{
|
||||
OneTimeToken = token;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user