Interface IAccountPhoneService
Namespace: Volo.Abp.Account.PhoneNumber
Assembly: Volo.Abp.Account.Pro.Public.Application.dll
Syntax
public interface IAccountPhoneService
Methods
SendConfirmationCodeAsync(IdentityUser, string)
Declaration
Task SendConfirmationCodeAsync(IdentityUser user, string confirmationToken)
Parameters
Type | Name | Description |
---|---|---|
IdentityUser | user | |
string | confirmationToken |
Returns
Type | Description |
---|---|
Task |
SendSecurityCodeAsync(IdentityUser, string)
Declaration
Task SendSecurityCodeAsync(IdentityUser user, string code)
Parameters
Type | Name | Description |
---|---|---|
IdentityUser | user | |
string | code |
Returns
Type | Description |
---|---|
Task |