Class ExternalProviderDefinitionBuilder<TOptions>
Inheritance
ExternalProviderDefinitionBuilder<TOptions>
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public class ExternalProviderDefinitionBuilder<TOptions>
Type Parameters
Name |
Description |
TOptions |
|
Properties
AuthenticationSchema
Declaration
public string AuthenticationSchema { get; }
Property Value
Properties
Declaration
public List<ExternalProviderDefinitionProperty> Properties { get; }
Property Value
Methods
WithProperty<TProperty>(Expression<Func<TOptions, TProperty>>, bool)
Declaration
public ExternalProviderDefinitionBuilder<TOptions> WithProperty<TProperty>(Expression<Func<TOptions, TProperty>> propertySelector, bool isSecret = false)
Parameters
Type |
Name |
Description |
Expression<Func<TOptions, TProperty>> |
propertySelector |
|
bool |
isSecret |
|
Returns
Type Parameters
Name |
Description |
TProperty |
|
Extension Methods