1 2 3 4 5 6
namespace IOL.BookmarkThing.Server.Api.Internal.Account; public class CreateTokenRequest { public string Name { get; set; } }