yep
This commit is contained in:
14
Gameboard.ShogiUI.Sockets.ServiceModels/Api/GetToken.cs
Normal file
14
Gameboard.ShogiUI.Sockets.ServiceModels/Api/GetToken.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Gameboard.ShogiUI.Sockets.ServiceModels.Api
|
||||
{
|
||||
public class GetTokenResponse
|
||||
{
|
||||
public Guid OneTimeToken { get; }
|
||||
|
||||
public GetTokenResponse(Guid token)
|
||||
{
|
||||
OneTimeToken = token;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user