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