Files
NordigenDotNet/source/VMelnalksnis.NordigenDotNet/Tokens/TokenRefresh.cs
T
Valters Melnalksnis 5a458e0c53 feat: Add endpoints
2022-06-14 20:13:08 +03:00

8 lines
254 B
C#

// Copyright 2022 Valters Melnalksnis
// Licensed under the Apache License 2.0.
// See LICENSE file in the project root for full license information.
namespace VMelnalksnis.NordigenDotNet.Tokens;
internal sealed record TokenRefresh(string Refresh);