Show / Hide Table of Contents

Class AuthenticationBuilderExtensions

Inheritance
object
AuthenticationBuilderExtensions
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.Public.Web.ExternalProviders
Assembly: Volo.Abp.Account.Pro.Public.Web.dll
Syntax
public static class AuthenticationBuilderExtensions

Methods

AddAbpAccountDynamicOptions<TOptions, THandler>(AuthenticationBuilder)

Declaration
public static AuthenticationBuilder AddAbpAccountDynamicOptions<TOptions, THandler>(this AuthenticationBuilder authenticationBuilder) where TOptions : RemoteAuthenticationOptions, new() where THandler : RemoteAuthenticationHandler<TOptions>
Parameters
Type Name Description
AuthenticationBuilder authenticationBuilder
Returns
Type Description
AuthenticationBuilder
Type Parameters
Name Description
TOptions
THandler
In this article
Back to top Powered by ABP.IO Platform