Show / Hide Table of Contents

Class OpenIddictValidationServerIntegrationBuilder

Exposes the necessary methods required to configure the OpenIddict validation services.

Inheritance
System.Object
OpenIddictValidationServerIntegrationBuilder
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: cs.temp.dll.dll
Syntax
public class OpenIddictValidationServerIntegrationBuilder

Constructors

OpenIddictValidationServerIntegrationBuilder(IServiceCollection)

Initializes a new instance of OpenIddictValidationBuilder.

Declaration
public OpenIddictValidationServerIntegrationBuilder(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

The services collection.

Methods

Configure(Action<OpenIddictValidationServerIntegrationOptions>)

Amends the default OpenIddict validation/server integration configuration.

Declaration
public OpenIddictValidationServerIntegrationBuilder Configure(Action<OpenIddictValidationServerIntegrationOptions> configuration)
Parameters
Type Name Description
System.Action<OpenIddictValidationServerIntegrationOptions> configuration

The delegate used to configure the OpenIddict options.

Returns
Type Description
OpenIddictValidationServerIntegrationBuilder

The OpenIddictValidationServerIntegrationBuilder.

Remarks

This extension can be safely called multiple times.

In This Article
Back to top Generated by DocFX