Enum OneTimePasswordSendService
Represent what kind of service was used to send a one-time password.
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public enum OneTimePasswordSendService
Email was used to send the one-time password.
None
The one-time password has not been send.
Sms
Sms was used to send the one-time password.