diff options
Diffstat (limited to 'server/src/Endpoints/Internal/Account/LoginPayload.cs')
| -rw-r--r-- | server/src/Endpoints/Internal/Account/LoginPayload.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/server/src/Endpoints/Internal/Account/LoginPayload.cs b/server/src/Endpoints/Internal/Account/LoginPayload.cs deleted file mode 100644 index 807662c..0000000 --- a/server/src/Endpoints/Internal/Account/LoginPayload.cs +++ /dev/null @@ -1,22 +0,0 @@ -namespace IOL.GreatOffice.Api.Endpoints.Internal.Account; - -/// <summary> -/// Payload for logging in a user. -/// </summary> -public class LoginPayload -{ - /// <summary> - /// Username of the user's account. - /// </summary> - public string Username { get; set; } - - /// <summary> - /// Password of the user's account. - /// </summary> - public string Password { get; set; } - - /// <summary> - /// Specify that the created session should be long lived and continually refreshed. - /// </summary> - public bool Persist { get; set; } -} |
