Interface IPostConfigureAccountExternalProviderOptions<TOptions>
Namespace: Volo.Abp.Account.Public.Web.ExternalProviders
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public interface IPostConfigureAccountExternalProviderOptions<in TOptions> where TOptions : class, new()
Type Parameters
| Name | Description |
|---|---|
| TOptions |
Methods
PostConfigureAsync(string, TOptions)
Declaration
Task PostConfigureAsync(string name, TOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| TOptions | options |
Returns
| Type | Description |
|---|---|
| Task |