PHP Classes

File: backend/dotnet/DTOs/Auth/ForgotPasswordResponse.cs

Recommend this page to a friend!
  Packages of Everton C B Junior   Igreja Aberta   backend/dotnet/DTOs/Auth/ForgotPasswordResponse.cs   Download  
File: backend/dotnet/DTOs/Auth/ForgotPasswordResponse.cs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Igreja Aberta
Church activity management application
Author: By
Last change:
Date: 9 days ago
Size: 296 bytes
 

Contents

Class file image Download
namespace Jdb.Api.DTOs.Auth { public class ForgotPasswordResponse { public string Message { get; set; } = "Se o e-mail existir, as instrucoes de redefinicao serao enviadas."; public string? ResetToken { get; set; } public DateTime? ExpiresAt { get; set; } } }