Show / Hide Table of Contents

Class ExternalProviderDefinitionBuilder<TOptions>

Inheritance
object
ExternalProviderDefinitionBuilder<TOptions>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.ExternalProviders
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
Type Description
string

Properties

Declaration
public List<ExternalProviderDefinitionProperty> Properties { get; }
Property Value
Type Description
List<ExternalProviderDefinitionProperty>

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 Description
ExternalProviderDefinitionBuilder<TOptions>
Type Parameters
Name Description
TProperty
In this article
Back to top Powered by Volosoft