Class AbpOpenIdConnectExtensions
Inheritance
object
AbpOpenIdConnectExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.AspNetCore.Authentication.OpenIdConnect.dll
Syntax
public static class AbpOpenIdConnectExtensions
Methods
AddAbpOpenIdConnect(AuthenticationBuilder, Action<OpenIdConnectOptions>)
Declaration
public static AuthenticationBuilder AddAbpOpenIdConnect(this AuthenticationBuilder builder, Action<OpenIdConnectOptions> configureOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Authentication.AuthenticationBuilder | builder | |
| System.Action<T><OpenIdConnectOptions> | configureOptions |
Returns
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Authentication.AuthenticationBuilder |
AddAbpOpenIdConnect(AuthenticationBuilder, string, Action<OpenIdConnectOptions>)
Declaration
public static AuthenticationBuilder AddAbpOpenIdConnect(this AuthenticationBuilder builder, string authenticationScheme, Action<OpenIdConnectOptions> configureOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Authentication.AuthenticationBuilder | builder | |
| string | authenticationScheme | |
| System.Action<T><OpenIdConnectOptions> | configureOptions |
Returns
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Authentication.AuthenticationBuilder |
AddAbpOpenIdConnect(AuthenticationBuilder, string, string, Action<OpenIdConnectOptions>)
Declaration
public static AuthenticationBuilder AddAbpOpenIdConnect(this AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<OpenIdConnectOptions> configureOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Authentication.AuthenticationBuilder | builder | |
| string | authenticationScheme | |
| string | displayName | |
| System.Action<T><OpenIdConnectOptions> | configureOptions |
Returns
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Authentication.AuthenticationBuilder |
AddAbpOpenIdConnect(AuthenticationBuilder)
Declaration
public static AuthenticationBuilder AddAbpOpenIdConnect(this AuthenticationBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Authentication.AuthenticationBuilder | builder |
Returns
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Authentication.AuthenticationBuilder |