Class OneTimePasswordViewModel
Represents the information that is needed when creating a one-time password e-mail.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.Mail
Assembly: IRM.AspNetCore.Identity.Mail.dll
Syntax
public class OneTimePasswordViewModel : CodeEmailViewModel
Constructors
OneTimePasswordViewModel(String, String)
Creates a new instance of OneTimePasswordViewModel.
Declaration
public OneTimePasswordViewModel(string to, string password)
Parameters
String
to
The reciever of the text message. |
String
password
The one-time password that should be send to the user. |