Show / Hide Table of Contents

Class AccountEmailer_Tests

Inheritance
object
AbpAccountApplicationTestBase
AccountEmailer_Tests
Inherited Members
AbpAccountApplicationTestBase.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
AbpAccountApplicationTestBase.GetUser(string)
AbpAccountApplicationTestBase.UsingDbContext<T>(Func<IIdentityDbContext, T>)
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Application.Tests.dll
Syntax
public class AccountEmailer_Tests : AbpAccountApplicationTestBase

Constructors

AccountEmailer_Tests()

Declaration
public AccountEmailer_Tests()

Methods

AfterAddApplication(IServiceCollection)

Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

SendEmailConfirmationLinkAsync()

Declaration
public Task SendEmailConfirmationLinkAsync()
Returns
Type Description
Task

SendPasswordResetLinkAsync()

Declaration
public Task SendPasswordResetLinkAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft