Show / Hide Table of Contents

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

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.

Back to top Generated by DocFX