started working on player moves.
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
|
||||
namespace Shogi.Contracts.Api;
|
||||
|
||||
public class CreateTokenResponse
|
||||
{
|
||||
public Guid OneTimeToken { get; }
|
||||
|
||||
public CreateTokenResponse(Guid token)
|
||||
{
|
||||
OneTimeToken = token;
|
||||
}
|
||||
}
|
||||
public class CreateTokenResponse
|
||||
{
|
||||
public string UserId { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
public Guid OneTimeToken { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user