Table of Contents

Interface IPasswordResetEmailSender

Namespace
KadicAuth.Application.Auth.Abstractions
Assembly
KadicAuth.Application.dll
public interface IPasswordResetEmailSender

Methods

SendAsync(string, string, CancellationToken)

Task SendAsync(string toEmail, string token, CancellationToken cancellationToken = default)

Parameters

toEmail string
token string
cancellationToken CancellationToken

Returns

Task