diff --git a/api/Microsoft.AspNetCore.OpenIddictServerAspNetCoreHelpers.html b/api/Microsoft.AspNetCore.OpenIddictServerAspNetCoreHelpers.html index ec6ccc2..45dff4f 100644 --- a/api/Microsoft.AspNetCore.OpenIddictServerAspNetCoreHelpers.html +++ b/api/Microsoft.AspNetCore.OpenIddictServerAspNetCoreHelpers.html @@ -161,7 +161,7 @@

GetOpenIddictServerEndpointType(HttpContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
@@ -206,7 +206,7 @@

GetOpenIddictServerRequest(HttpContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
@@ -251,7 +251,7 @@

GetOpenIddictServerResponse(HttpContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
diff --git a/api/Microsoft.AspNetCore.OpenIddictValidationAspNetCoreHelpers.html b/api/Microsoft.AspNetCore.OpenIddictValidationAspNetCoreHelpers.html index cbc2276..5dd9ad7 100644 --- a/api/Microsoft.AspNetCore.OpenIddictValidationAspNetCoreHelpers.html +++ b/api/Microsoft.AspNetCore.OpenIddictValidationAspNetCoreHelpers.html @@ -161,7 +161,7 @@

GetOpenIddictValidationEndpointType(HttpContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
@@ -206,7 +206,7 @@

GetOpenIddictValidationRequest(HttpContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
@@ -251,7 +251,7 @@

GetOpenIddictValidationResponse(HttpContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
diff --git a/api/Microsoft.Extensions.DependencyInjection.OpenIddictServerOwinBuilder.html b/api/Microsoft.Extensions.DependencyInjection.OpenIddictServerOwinBuilder.html index ec38bbf..57ebf4f 100644 --- a/api/Microsoft.Extensions.DependencyInjection.OpenIddictServerOwinBuilder.html +++ b/api/Microsoft.Extensions.DependencyInjection.OpenIddictServerOwinBuilder.html @@ -306,7 +306,7 @@ OpenID Connect authorization requests support is required.

Enables error pass-through support, so that the rest of the request processing pipeline is automatically invoked when returning an error from the interactive authorization and logout endpoints. When this option is enabled, special logic must be added to these actions to handle errors, that can be -retrieved using GetOpenIddictServerResponse(IOwinContext)

+retrieved using

Declaration
diff --git a/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.html b/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.html index 2ba4cfb..7992ab8 100644 --- a/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.html +++ b/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.html @@ -166,7 +166,7 @@ the OpenIddict validation ASP.NET Core integration.

-

Configure(Action<OpenIddictValidationAspNetCoreOptions>)

+

Configure(Action<OpenIddictValidationAspNetCoreOptions>)

Amends the default OpenIddict validation ASP.NET Core configuration.

@@ -185,7 +185,7 @@ the OpenIddict validation ASP.NET Core integration.

- System.Action<OpenIddictValidationAspNetCoreOptions> + System.Action<OpenIddictValidationAspNetCoreOptions> configuration

The delegate used to configure the OpenIddict options.

@@ -208,7 +208,7 @@ the OpenIddict validation ASP.NET Core integration.

-
Remarks
+
Remarks

This extension can be safely called multiple times.

diff --git a/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html b/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html index bdcc0fd..b44081e 100644 --- a/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html +++ b/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html @@ -331,7 +331,7 @@ when the authorization server issues access tokens for multiple distinct resourc -

AddEncryptionCertificate(Stream, String)

+

AddEncryptionCertificate(Stream, String)

Registers an encryption certificate extracted from a stream.

@@ -350,7 +350,7 @@ when the authorization server issues access tokens for multiple distinct resourc - System.IO.Stream + Stream stream

The stream containing the certificate.

@@ -382,7 +382,7 @@ when the authorization server issues access tokens for multiple distinct resourc -

AddEncryptionCertificate(Stream, String, X509KeyStorageFlags)

+

AddEncryptionCertificate(Stream, String, X509KeyStorageFlags)

Registers an encryption certificate extracted from a stream.

@@ -401,7 +401,7 @@ when the authorization server issues access tokens for multiple distinct resourc - System.IO.Stream + Stream stream

The stream containing the certificate.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html b/api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html index 349539d..877d4cf 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html @@ -145,8 +145,8 @@ - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -196,8 +196,8 @@ - System.Threading.Tasks.ValueTask<TApplication> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TApplication> +

A that can be used to monitor the asynchronous operation, whose result returns the client application corresponding to the identifier.

@@ -248,8 +248,8 @@ whose result returns the client application corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TApplication> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TApplication> +

A that can be used to monitor the asynchronous operation, whose result returns the client application corresponding to the identifier.

@@ -300,7 +300,7 @@ whose result returns the client application corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication>

The client applications corresponding to the specified redirect_uri.

@@ -351,7 +351,7 @@ whose result returns the client application corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication>

The client applications corresponding to the specified redirect_uri.

@@ -402,8 +402,8 @@ whose result returns the client application corresponding to the identifier.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html b/api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html index 0e9772f..4fe2121 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html +++ b/api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html @@ -127,8 +127,8 @@ is automatically determined at runtime based on the OpenIddict core options.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of applications in the database.

@@ -179,8 +179,8 @@ whose result returns the number of applications in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of applications that match the specified query.

@@ -249,8 +249,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the application.

@@ -301,8 +301,8 @@ whose result returns the unique identifier associated with the application.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -360,8 +360,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -411,8 +411,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -462,8 +462,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the client application corresponding to the identifier.

@@ -514,8 +514,8 @@ whose result returns the client application corresponding to the identifier.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the client application corresponding to the identifier.

@@ -566,7 +566,7 @@ whose result returns the client application corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The client applications corresponding to the specified post_logout_redirect_uri.

@@ -617,7 +617,7 @@ whose result returns the client application corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The client applications corresponding to the specified redirect_uri.

@@ -668,8 +668,8 @@ whose result returns the client application corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -742,8 +742,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -815,8 +815,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the client identifier associated with the application.

@@ -867,8 +867,8 @@ whose result returns the client identifier associated with the application.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the client type of the application (by default, "public").

@@ -919,8 +919,8 @@ whose result returns the client type of the application (by default, "publi - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the consent type of the application (by default, "explicit").

@@ -971,8 +971,8 @@ whose result returns the consent type of the application (by default, "expl - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the display name associated with the application.

@@ -1023,8 +1023,8 @@ whose result returns the display name associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized display names associated with the application.

@@ -1075,8 +1075,8 @@ whose result returns all the localized display names associated with the applica - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the application.

@@ -1129,8 +1129,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching localized display name associated with the application.

@@ -1189,8 +1189,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching localized display name associated with the application.

@@ -1241,8 +1241,8 @@ whose result returns the matching localized display name associated with the app - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the permissions associated with the application.

@@ -1293,8 +1293,8 @@ whose result returns all the permissions associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the post_logout_redirect_uri associated with the application.

@@ -1345,8 +1345,8 @@ whose result returns all the post_logout_redirect_uri associated with the applic - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the application.

@@ -1397,8 +1397,8 @@ whose result returns all the additional properties associated with the applicati - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the redirect_uri associated with the application.

@@ -1449,8 +1449,8 @@ whose result returns all the redirect_uri associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the requirements associated with the application.

@@ -1507,7 +1507,7 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the application has the specified client type, false otherwise.

@@ -1564,7 +1564,7 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the application has the specified consent type, false otherwise.

@@ -1621,7 +1621,7 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the application has been granted the specified permission, false otherwise.

@@ -1678,7 +1678,7 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the requirement has been enforced for the specified application, false otherwise.

@@ -1735,7 +1735,7 @@ whose result returns all the requirements associated with the application.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

All the elements returned when executing the specified query.

@@ -1786,7 +1786,7 @@ whose result returns all the requirements associated with the application.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1859,7 +1859,7 @@ whose result returns all the requirements associated with the application.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1937,8 +1937,8 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1994,8 +1994,8 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2045,8 +2045,8 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2102,8 +2102,8 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2161,8 +2161,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2212,7 +2212,7 @@ secret before storing it in the database, for security reasons.

- System.Collections.Generic.IAsyncEnumerable<ValidationResult> + IAsyncEnumerable<ValidationResult>

The validation error encountered when validating the application.

@@ -2269,8 +2269,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask<System.Boolean> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask<System.Boolean> +

A that can be used to monitor the asynchronous operation.

@@ -2326,8 +2326,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask<System.Boolean> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Boolean> +

A that can be used to monitor the asynchronous operation, whose result returns a boolean indicating whether the redirect_uri was valid.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html b/api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html index 751ceac..2775dfb 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html @@ -139,8 +139,8 @@ - System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of applications in the database.

@@ -191,8 +191,8 @@ whose result returns the number of applications in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of applications that match the specified query.

@@ -259,8 +259,8 @@ whose result returns the number of applications that match the specified query.< - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -310,8 +310,8 @@ whose result returns the number of applications that match the specified query.< - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -361,8 +361,8 @@ whose result returns the number of applications that match the specified query.< - System.Threading.Tasks.ValueTask<TApplication> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TApplication> +

A that can be used to monitor the asynchronous operation, whose result returns the client application corresponding to the identifier.

@@ -413,8 +413,8 @@ whose result returns the client application corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TApplication> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TApplication> +

A that can be used to monitor the asynchronous operation, whose result returns the client application corresponding to the identifier.

@@ -465,7 +465,7 @@ whose result returns the client application corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication>

The client applications corresponding to the specified post_logout_redirect_uri.

@@ -516,7 +516,7 @@ whose result returns the client application corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication>

The client applications corresponding to the specified redirect_uri.

@@ -573,8 +573,8 @@ whose result returns the client application corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -646,8 +646,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the client identifier associated with the application.

@@ -700,8 +700,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the client secret associated with the application.

@@ -752,8 +752,8 @@ whose result returns the client secret associated with the application.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the client type of the application (by default, "public").

@@ -804,8 +804,8 @@ whose result returns the client type of the application (by default, "publi - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the consent type of the application (by default, "explicit").

@@ -856,8 +856,8 @@ whose result returns the consent type of the application (by default, "expl - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the display name associated with the application.

@@ -908,8 +908,8 @@ whose result returns the display name associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized display names associated with the application.

@@ -960,8 +960,8 @@ whose result returns all the localized display names associated with the applica - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the application.

@@ -1012,8 +1012,8 @@ whose result returns the unique identifier associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the permissions associated with the application.

@@ -1064,8 +1064,8 @@ whose result returns all the permissions associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the post_logout_redirect_uri associated with the application.

@@ -1116,8 +1116,8 @@ whose result returns all the post_logout_redirect_uri associated with the applic - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the application.

@@ -1168,8 +1168,8 @@ whose result returns all the additional properties associated with the applicati - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the redirect_uri associated with the application.

@@ -1220,8 +1220,8 @@ whose result returns all the redirect_uri associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the requirements associated with the application.

@@ -1266,8 +1266,8 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<TApplication> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TApplication> +

A that can be used to monitor the asynchronous operation, whose result returns the instantiated application, that can be persisted in the database.

@@ -1324,7 +1324,7 @@ whose result returns the instantiated application, that can be persisted in the - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication>

All the elements returned when executing the specified query.

@@ -1381,7 +1381,7 @@ whose result returns the instantiated application, that can be persisted in the - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1459,8 +1459,8 @@ whose result returns the instantiated application, that can be persisted in the - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1518,8 +1518,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1575,8 +1575,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1632,8 +1632,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1689,8 +1689,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1746,8 +1746,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1803,8 +1803,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1860,8 +1860,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1917,8 +1917,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1974,8 +1974,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2031,8 +2031,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2082,8 +2082,8 @@ the client secret may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html index 92f057b..f66aade 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html @@ -145,8 +145,8 @@ - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -203,7 +203,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the subject/client.

@@ -266,7 +266,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -335,7 +335,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -410,7 +410,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -461,7 +461,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the specified application.

@@ -512,8 +512,8 @@ subject and associated with the application identifier.

- System.Threading.Tasks.ValueTask<TAuthorization> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TAuthorization> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization corresponding to the identifier.

@@ -564,7 +564,7 @@ whose result returns the authorization corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the specified subject.

@@ -615,8 +615,8 @@ whose result returns the authorization corresponding to the identifier.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html index e58f1bd..685f4e0 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html +++ b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html @@ -127,8 +127,8 @@ is automatically determined at runtime based on the OpenIddict core options.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of authorizations in the database.

@@ -179,8 +179,8 @@ whose result returns the number of authorizations in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of authorizations that match the specified query.

@@ -271,8 +271,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, whose result returns the authorization.

+ ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization.

@@ -322,8 +322,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, whose result returns the authorization.

+ ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization.

@@ -373,8 +373,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -424,8 +424,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -482,7 +482,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The authorizations corresponding to the subject/client.

@@ -545,7 +545,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The authorizations corresponding to the criteria.

@@ -614,7 +614,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The authorizations corresponding to the criteria.

@@ -689,7 +689,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The authorizations corresponding to the criteria.

@@ -740,7 +740,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The authorizations corresponding to the specified application.

@@ -791,8 +791,8 @@ subject and associated with the application identifier.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization corresponding to the identifier.

@@ -843,7 +843,7 @@ whose result returns the authorization corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The authorizations corresponding to the specified subject.

@@ -894,8 +894,8 @@ whose result returns the authorization corresponding to the identifier.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the application identifier associated with the authorization.

@@ -946,8 +946,8 @@ whose result returns the application identifier associated with the authorizatio - System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -1020,8 +1020,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -1093,8 +1093,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the creation date associated with the specified authorization.

@@ -1145,8 +1145,8 @@ whose result returns the creation date associated with the specified authorizati - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the authorization.

@@ -1197,8 +1197,8 @@ whose result returns the unique identifier associated with the authorization.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the authorization.

@@ -1249,8 +1249,8 @@ whose result returns all the additional properties associated with the authoriza - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns the scopes associated with the specified authorization.

@@ -1301,8 +1301,8 @@ whose result returns the scopes associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the status associated with the specified authorization.

@@ -1353,8 +1353,8 @@ whose result returns the status associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the subject associated with the specified authorization.

@@ -1405,8 +1405,8 @@ whose result returns the subject associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the type associated with the specified authorization.

@@ -1463,7 +1463,7 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the scopes are included in the authorization, false otherwise.

@@ -1520,7 +1520,7 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the authorization has the specified status, false otherwise.

@@ -1577,7 +1577,7 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the authorization has the specified type, false otherwise.

@@ -1634,7 +1634,7 @@ whose result returns the type associated with the specified authorization.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

All the elements returned when executing the specified query.

@@ -1685,7 +1685,7 @@ whose result returns the type associated with the specified authorization.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1758,7 +1758,7 @@ whose result returns the type associated with the specified authorization.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1836,8 +1836,8 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1893,8 +1893,8 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1945,8 +1945,8 @@ Only authorizations created before the specified System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2000,7 +2000,7 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the authorization was successfully revoked, false otherwise.

@@ -2051,8 +2051,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2108,8 +2108,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2159,7 +2159,7 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Collections.Generic.IAsyncEnumerable<ValidationResult> + IAsyncEnumerable<ValidationResult>

The validation error encountered when validating the authorization.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationStore-1.html b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationStore-1.html index c238897..306989e 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationStore-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationStore-1.html @@ -139,8 +139,8 @@ - System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of authorizations in the database.

@@ -191,8 +191,8 @@ whose result returns the number of authorizations in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of authorizations that match the specified query.

@@ -259,8 +259,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -310,8 +310,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -368,7 +368,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the subject/client.

@@ -431,7 +431,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -500,7 +500,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -575,7 +575,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -626,7 +626,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the specified application.

@@ -677,8 +677,8 @@ subject and associated with the application identifier.

- System.Threading.Tasks.ValueTask<TAuthorization> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TAuthorization> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization corresponding to the identifier.

@@ -729,7 +729,7 @@ whose result returns the authorization corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the specified subject.

@@ -780,8 +780,8 @@ whose result returns the authorization corresponding to the identifier.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the application identifier associated with the authorization.

@@ -838,8 +838,8 @@ whose result returns the application identifier associated with the authorizatio - System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -911,8 +911,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the creation date associated with the specified authorization.

@@ -963,8 +963,8 @@ whose result returns the creation date associated with the specified authorizati - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the authorization.

@@ -1015,8 +1015,8 @@ whose result returns the unique identifier associated with the authorization.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the authorization.

@@ -1067,8 +1067,8 @@ whose result returns all the additional properties associated with the authoriza - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns the scopes associated with the specified authorization.

@@ -1119,8 +1119,8 @@ whose result returns the scopes associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the status associated with the specified authorization.

@@ -1171,8 +1171,8 @@ whose result returns the status associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the subject associated with the specified authorization.

@@ -1223,8 +1223,8 @@ whose result returns the subject associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the type associated with the specified authorization.

@@ -1269,8 +1269,8 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask<TAuthorization> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TAuthorization> +

A that can be used to monitor the asynchronous operation, whose result returns the instantiated authorization, that can be persisted in the database.

@@ -1327,7 +1327,7 @@ whose result returns the instantiated authorization, that can be persisted in th - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

All the elements returned when executing the specified query.

@@ -1384,7 +1384,7 @@ whose result returns the instantiated authorization, that can be persisted in th - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1457,8 +1457,8 @@ Only authorizations created before the specified System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1518,8 +1518,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1575,8 +1575,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1632,8 +1632,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1689,8 +1689,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1746,8 +1746,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1803,8 +1803,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1860,8 +1860,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1911,8 +1911,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html b/api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html index bff4968..60d5d70 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html @@ -145,8 +145,8 @@ - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -196,8 +196,8 @@ - System.Threading.Tasks.ValueTask<TScope> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TScope> +

A that can be used to monitor the asynchronous operation, whose result returns the scope corresponding to the identifier.

@@ -248,8 +248,8 @@ whose result returns the scope corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TScope> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TScope> +

A that can be used to monitor the asynchronous operation, whose result returns the scope corresponding to the specified name.

@@ -300,7 +300,7 @@ whose result returns the scope corresponding to the specified name.

- System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope>

The scopes corresponding to the specified names.

@@ -351,7 +351,7 @@ whose result returns the scope corresponding to the specified name.

- System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope>

The scopes associated with the specified resource.

@@ -402,8 +402,8 @@ whose result returns the scope corresponding to the specified name.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictScopeManager.html b/api/OpenIddict.Abstractions.IOpenIddictScopeManager.html index c3f1124..62e8ea2 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictScopeManager.html +++ b/api/OpenIddict.Abstractions.IOpenIddictScopeManager.html @@ -127,8 +127,8 @@ automatically determined at runtime based on the OpenIddict core options.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of scopes in the database.

@@ -179,8 +179,8 @@ whose result returns the number of scopes in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of scopes that match the specified query.

@@ -247,8 +247,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, whose result returns the scope.

+ ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the scope.

@@ -298,8 +298,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -349,8 +349,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -400,8 +400,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the scope corresponding to the identifier.

@@ -452,8 +452,8 @@ whose result returns the scope corresponding to the identifier.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the scope corresponding to the specified name.

@@ -504,7 +504,7 @@ whose result returns the scope corresponding to the specified name.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The scopes corresponding to the specified names.

@@ -555,7 +555,7 @@ whose result returns the scope corresponding to the specified name.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The scopes associated with the specified resource.

@@ -606,8 +606,8 @@ whose result returns the scope corresponding to the specified name.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -680,8 +680,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -753,8 +753,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the description associated with the specified scope.

@@ -805,8 +805,8 @@ whose result returns the description associated with the specified scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized descriptions associated with the scope.

@@ -857,8 +857,8 @@ whose result returns all the localized descriptions associated with the scope. - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the display name associated with the scope.

@@ -909,8 +909,8 @@ whose result returns the display name associated with the scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized display names associated with the scope.

@@ -961,8 +961,8 @@ whose result returns all the localized display names associated with the scope.< - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the scope.

@@ -1015,8 +1015,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching localized description associated with the scope.

@@ -1075,8 +1075,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching localized description associated with the scope.

@@ -1129,8 +1129,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the display name associated with the scope.

@@ -1189,8 +1189,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the display name associated with the scope.

@@ -1241,8 +1241,8 @@ whose result returns the display name associated with the scope.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the name associated with the specified scope.

@@ -1293,8 +1293,8 @@ whose result returns the name associated with the specified scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the scope.

@@ -1345,8 +1345,8 @@ whose result returns all the additional properties associated with the scope.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the resources associated with the scope.

@@ -1403,7 +1403,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

All the elements returned when executing the specified query.

@@ -1454,7 +1454,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1527,7 +1527,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1599,7 +1599,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<System.String> + IAsyncEnumerable<System.String>

All the resources associated with the specified scopes.

@@ -1656,8 +1656,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1713,8 +1713,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1764,8 +1764,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1821,8 +1821,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1872,7 +1872,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<ValidationResult> + IAsyncEnumerable<ValidationResult>

The validation error encountered when validating the scope.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictScopeStore-1.html b/api/OpenIddict.Abstractions.IOpenIddictScopeStore-1.html index aa3419d..2cbb847 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictScopeStore-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictScopeStore-1.html @@ -139,8 +139,8 @@ - System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of scopes in the database.

@@ -191,8 +191,8 @@ whose result returns the number of scopes in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of scopes that match the specified query.

@@ -259,8 +259,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -310,8 +310,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -361,8 +361,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask<TScope> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TScope> +

A that can be used to monitor the asynchronous operation, whose result returns the scope corresponding to the identifier.

@@ -413,8 +413,8 @@ whose result returns the scope corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TScope> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TScope> +

A that can be used to monitor the asynchronous operation, whose result returns the scope corresponding to the specified name.

@@ -465,7 +465,7 @@ whose result returns the scope corresponding to the specified name.

- System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope>

The scopes corresponding to the specified names.

@@ -516,7 +516,7 @@ whose result returns the scope corresponding to the specified name.

- System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope>

The scopes associated with the specified resource.

@@ -573,8 +573,8 @@ whose result returns the scope corresponding to the specified name.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -646,8 +646,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the description associated with the specified scope.

@@ -698,8 +698,8 @@ whose result returns the description associated with the specified scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized descriptions associated with the specified scope.

@@ -750,8 +750,8 @@ whose result returns all the localized descriptions associated with the specifie - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the display name associated with the scope.

@@ -802,8 +802,8 @@ whose result returns the display name associated with the scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized display names associated with the scope.

@@ -854,8 +854,8 @@ whose result returns all the localized display names associated with the scope.< - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the scope.

@@ -906,8 +906,8 @@ whose result returns the unique identifier associated with the scope.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the name associated with the specified scope.

@@ -958,8 +958,8 @@ whose result returns the name associated with the specified scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, whose + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the scope.

@@ -1010,8 +1010,8 @@ result returns all the additional properties associated with the scope.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the resources associated with the scope.

@@ -1056,8 +1056,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask<TScope> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TScope> +

A that can be used to monitor the asynchronous operation, whose result returns the instantiated scope, that can be persisted in the database.

@@ -1114,7 +1114,7 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope>

All the elements returned when executing the specified query.

@@ -1171,7 +1171,7 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1249,8 +1249,8 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1306,8 +1306,8 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1363,8 +1363,8 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1420,8 +1420,8 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1477,8 +1477,8 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1534,8 +1534,8 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1591,8 +1591,8 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1642,8 +1642,8 @@ whose result returns the instantiated scope, that can be persisted in the databa - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html b/api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html index e8f4ced..2c6cb59 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html @@ -145,8 +145,8 @@ - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -203,7 +203,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the subject/client.

@@ -266,7 +266,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the criteria.

@@ -335,7 +335,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the criteria.

@@ -386,7 +386,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified application.

@@ -437,7 +437,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified authorization.

@@ -488,8 +488,8 @@ subject and associated with the application identifier.

- System.Threading.Tasks.ValueTask<TToken> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TToken> +

A that can be used to monitor the asynchronous operation, whose result returns the token corresponding to the unique identifier.

@@ -541,8 +541,8 @@ Note: the reference identifier may be hashed or encrypted for security reasons.< - System.Threading.Tasks.ValueTask<TToken> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TToken> +

A that can be used to monitor the asynchronous operation, whose result returns the tokens corresponding to the specified reference identifier.

@@ -593,7 +593,7 @@ whose result returns the tokens corresponding to the specified reference identif - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified subject.

@@ -644,8 +644,8 @@ whose result returns the tokens corresponding to the specified reference identif - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictTokenManager.html b/api/OpenIddict.Abstractions.IOpenIddictTokenManager.html index 6f7d589..18c0c27 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictTokenManager.html +++ b/api/OpenIddict.Abstractions.IOpenIddictTokenManager.html @@ -127,8 +127,8 @@ automatically determined at runtime based on the OpenIddict core options.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of tokens in the database.

@@ -179,8 +179,8 @@ whose result returns the number of tokens in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of tokens that match the specified query.

@@ -247,8 +247,8 @@ whose result returns the number of tokens that match the specified query.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, whose result returns the token.

+ ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the token.

@@ -298,8 +298,8 @@ whose result returns the number of tokens that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -349,8 +349,8 @@ whose result returns the number of tokens that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -407,7 +407,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The tokens corresponding to the subject/client.

@@ -470,7 +470,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The tokens corresponding to the criteria.

@@ -539,7 +539,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The tokens corresponding to the criteria.

@@ -590,7 +590,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The tokens corresponding to the specified application.

@@ -641,7 +641,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The tokens corresponding to the specified authorization.

@@ -692,8 +692,8 @@ subject and associated with the application identifier.

- System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the token corresponding to the unique identifier.

@@ -745,8 +745,8 @@ Note: the reference identifier may be hashed or encrypted for security reasons.< - System.Threading.Tasks.ValueTask<System.Object> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Object> +

A that can be used to monitor the asynchronous operation, whose result returns the tokens corresponding to the specified reference identifier.

@@ -797,7 +797,7 @@ whose result returns the tokens corresponding to the specified reference identif - System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

The tokens corresponding to the specified subject.

@@ -848,8 +848,8 @@ whose result returns the tokens corresponding to the specified reference identif - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the application identifier associated with the token.

@@ -900,8 +900,8 @@ whose result returns the application identifier associated with the token.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -974,8 +974,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -1047,8 +1047,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization identifier associated with the token.

@@ -1099,8 +1099,8 @@ whose result returns the authorization identifier associated with the token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the creation date associated with the specified token.

@@ -1151,8 +1151,8 @@ whose result returns the creation date associated with the specified token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the expiration date associated with the specified token.

@@ -1203,8 +1203,8 @@ whose result returns the expiration date associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the token.

@@ -1255,8 +1255,8 @@ whose result returns the unique identifier associated with the token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the payload associated with the specified token.

@@ -1307,8 +1307,8 @@ whose result returns the payload associated with the specified token.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the token.

@@ -1359,8 +1359,8 @@ whose result returns all the additional properties associated with the token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the redemption date associated with the specified token.

@@ -1413,8 +1413,8 @@ the reference identifier may be hashed for security reasons.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the reference identifier associated with the specified token.

@@ -1465,8 +1465,8 @@ whose result returns the reference identifier associated with the specified toke - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the status associated with the specified token.

@@ -1517,8 +1517,8 @@ whose result returns the status associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the subject associated with the specified token.

@@ -1569,8 +1569,8 @@ whose result returns the subject associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the token type associated with the specified token.

@@ -1627,7 +1627,7 @@ whose result returns the token type associated with the specified token.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token has the specified status, false otherwise.

@@ -1684,7 +1684,7 @@ whose result returns the token type associated with the specified token.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token has the specified type, false otherwise.

@@ -1741,7 +1741,7 @@ whose result returns the token type associated with the specified token.

- System.Collections.Generic.IAsyncEnumerable<System.Object> + IAsyncEnumerable<System.Object>

All the elements returned when executing the specified query.

@@ -1792,7 +1792,7 @@ whose result returns the token type associated with the specified token.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1865,7 +1865,7 @@ whose result returns the token type associated with the specified token.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1943,8 +1943,8 @@ whose result returns the token type associated with the specified token.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2000,8 +2000,8 @@ whose result returns the token type associated with the specified token.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2052,8 +2052,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2103,7 +2103,7 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token was successfully redemeed, false otherwise.

@@ -2154,7 +2154,7 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token was successfully redemeed, false otherwise.

@@ -2205,7 +2205,7 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token was successfully revoked, false otherwise.

@@ -2256,8 +2256,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2313,8 +2313,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2364,7 +2364,7 @@ Only tokens created before the specified - System.Collections.Generic.IAsyncEnumerable<ValidationResult> + IAsyncEnumerable<ValidationResult>

The validation error encountered when validating the token.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictTokenStore-1.html b/api/OpenIddict.Abstractions.IOpenIddictTokenStore-1.html index 7735391..ca89219 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictTokenStore-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictTokenStore-1.html @@ -139,8 +139,8 @@ - System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of applications in the database.

@@ -191,8 +191,8 @@ whose result returns the number of applications in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of tokens that match the specified query.

@@ -259,8 +259,8 @@ whose result returns the number of tokens that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -310,8 +310,8 @@ whose result returns the number of tokens that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -368,7 +368,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the subject/client.

@@ -431,7 +431,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the criteria.

@@ -500,7 +500,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the criteria.

@@ -551,7 +551,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified application.

@@ -602,7 +602,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified authorization.

@@ -653,8 +653,8 @@ subject and associated with the application identifier.

- System.Threading.Tasks.ValueTask<TToken> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TToken> +

A that can be used to monitor the asynchronous operation, whose result returns the token corresponding to the unique identifier.

@@ -706,8 +706,8 @@ Note: the reference identifier may be hashed or encrypted for security reasons.< - System.Threading.Tasks.ValueTask<TToken> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TToken> +

A that can be used to monitor the asynchronous operation, whose result returns the tokens corresponding to the specified reference identifier.

@@ -758,7 +758,7 @@ whose result returns the tokens corresponding to the specified reference identif - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified subject.

@@ -809,8 +809,8 @@ whose result returns the tokens corresponding to the specified reference identif - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the application identifier associated with the token.

@@ -867,8 +867,8 @@ whose result returns the application identifier associated with the token.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -940,8 +940,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization identifier associated with the token.

@@ -992,8 +992,8 @@ whose result returns the authorization identifier associated with the token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the creation date associated with the specified token.

@@ -1044,8 +1044,8 @@ whose result returns the creation date associated with the specified token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the expiration date associated with the specified token.

@@ -1096,8 +1096,8 @@ whose result returns the expiration date associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the token.

@@ -1148,8 +1148,8 @@ whose result returns the unique identifier associated with the token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the payload associated with the specified token.

@@ -1200,8 +1200,8 @@ whose result returns the payload associated with the specified token.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the token.

@@ -1252,8 +1252,8 @@ whose result returns all the additional properties associated with the token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the redemption date associated with the specified token.

@@ -1306,8 +1306,8 @@ the reference identifier may be hashed for security reasons.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the reference identifier associated with the specified token.

@@ -1358,8 +1358,8 @@ whose result returns the reference identifier associated with the specified toke - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the status associated with the specified token.

@@ -1410,8 +1410,8 @@ whose result returns the status associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the subject associated with the specified token.

@@ -1462,8 +1462,8 @@ whose result returns the subject associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the token type associated with the specified token.

@@ -1508,8 +1508,8 @@ whose result returns the token type associated with the specified token.

- System.Threading.Tasks.ValueTask<TToken> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<TToken> +

A that can be used to monitor the asynchronous operation, whose result returns the instantiated token, that can be persisted in the database.

@@ -1566,7 +1566,7 @@ whose result returns the instantiated token, that can be persisted in the databa - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

All the elements returned when executing the specified query.

@@ -1623,7 +1623,7 @@ whose result returns the instantiated token, that can be persisted in the databa - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1696,8 +1696,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1753,8 +1753,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1810,8 +1810,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1867,8 +1867,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1924,8 +1924,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1981,8 +1981,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2038,8 +2038,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2095,8 +2095,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2154,8 +2154,8 @@ the reference identifier may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2211,8 +2211,8 @@ the reference identifier may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2268,8 +2268,8 @@ the reference identifier may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2325,8 +2325,8 @@ the reference identifier may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2376,8 +2376,8 @@ the reference identifier may be hashed for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

diff --git a/api/OpenIddict.Abstractions.OpenIddictApplicationDescriptor.html b/api/OpenIddict.Abstractions.OpenIddictApplicationDescriptor.html index ebccc33..d1d6637 100644 --- a/api/OpenIddict.Abstractions.OpenIddictApplicationDescriptor.html +++ b/api/OpenIddict.Abstractions.OpenIddictApplicationDescriptor.html @@ -239,7 +239,7 @@ this property may be hashed or encrypted for security reasons.

- System.Collections.Generic.Dictionary<CultureInfo, System.String> + Dictionary<CultureInfo, System.String> @@ -317,7 +317,7 @@ this property may be hashed or encrypted for security reasons.

- System.Collections.Generic.Dictionary<System.String, JsonElement> + Dictionary<System.String, JsonElement> diff --git a/api/OpenIddict.Abstractions.OpenIddictAuthorizationDescriptor.html b/api/OpenIddict.Abstractions.OpenIddictAuthorizationDescriptor.html index bc5c74f..0c7f53e 100644 --- a/api/OpenIddict.Abstractions.OpenIddictAuthorizationDescriptor.html +++ b/api/OpenIddict.Abstractions.OpenIddictAuthorizationDescriptor.html @@ -212,7 +212,7 @@ Note: this property is not stored by the default authorization stores.

- System.Collections.Generic.Dictionary<System.String, JsonElement> + Dictionary<System.String, JsonElement> diff --git a/api/OpenIddict.Abstractions.OpenIddictExtensions.html b/api/OpenIddict.Abstractions.OpenIddictExtensions.html index e97585e..fa582f2 100644 --- a/api/OpenIddict.Abstractions.OpenIddictExtensions.html +++ b/api/OpenIddict.Abstractions.OpenIddictExtensions.html @@ -2912,14 +2912,14 @@ Note: this method automatically excludes duplicate audiences.

-

SetAudiences(ClaimsPrincipal, IEnumerable<String>)

+

SetAudiences(ClaimsPrincipal, Nullable<IEnumerable<String>>)

Sets the audiences list in the claims principal. Note: this method automatically excludes duplicate audiences.

Declaration
-
public static ClaimsPrincipal SetAudiences(this ClaimsPrincipal principal, IEnumerable<string> audiences)
+
public static ClaimsPrincipal SetAudiences(this ClaimsPrincipal principal, IEnumerable<string>? audiences)
Parameters
@@ -2938,7 +2938,7 @@ Note: this method automatically excludes duplicate audiences.

- + @@ -3447,13 +3447,13 @@ Note: this method automatically excludes duplicate audiences.

-

SetDestinations(Claim, IEnumerable<String>)

+

SetDestinations(Claim, Nullable<IEnumerable<String>>)

Adds specific destinations to a claim.

Declaration
-
public static Claim SetDestinations(this Claim claim, IEnumerable<string> destinations)
+
public static Claim SetDestinations(this Claim claim, IEnumerable<string>? destinations)
Parameters
System.Collections.Generic.IEnumerable<System.String>System.Nullable<IEnumerable<System.String>> audiences

The audiences to store.

@@ -3472,7 +3472,7 @@ Note: this method automatically excludes duplicate audiences.

- + @@ -3803,14 +3803,14 @@ Note: this method automatically excludes duplicate presenters.

-

SetPresenters(ClaimsPrincipal, IEnumerable<String>)

+

SetPresenters(ClaimsPrincipal, Nullable<IEnumerable<String>>)

Sets the presenters list in the claims principal. Note: this method automatically excludes duplicate presenters.

Declaration
-
public static ClaimsPrincipal SetPresenters(this ClaimsPrincipal principal, IEnumerable<string> presenters)
+
public static ClaimsPrincipal SetPresenters(this ClaimsPrincipal principal, IEnumerable<string>? presenters)
Parameters
System.Collections.Generic.IEnumerable<System.String>System.Nullable<IEnumerable<System.String>> destinations

The destinations.

@@ -3829,7 +3829,7 @@ Note: this method automatically excludes duplicate presenters.

- + @@ -4010,14 +4010,14 @@ Note: this method automatically excludes duplicate resources.

-

SetResources(ClaimsPrincipal, IEnumerable<String>)

+

SetResources(ClaimsPrincipal, Nullable<IEnumerable<String>>)

Sets the resources list in the claims principal. Note: this method automatically excludes duplicate resources.

Declaration
-
public static ClaimsPrincipal SetResources(this ClaimsPrincipal principal, IEnumerable<string> resources)
+
public static ClaimsPrincipal SetResources(this ClaimsPrincipal principal, IEnumerable<string>? resources)
Parameters
System.Collections.Generic.IEnumerable<System.String>System.Nullable<IEnumerable<System.String>> presenters

The presenters to store.

@@ -4036,7 +4036,7 @@ Note: this method automatically excludes duplicate resources.

- + @@ -4166,14 +4166,14 @@ Note: this method automatically excludes duplicate scopes.

-

SetScopes(ClaimsPrincipal, IEnumerable<String>)

+

SetScopes(ClaimsPrincipal, Nullable<IEnumerable<String>>)

Sets the scopes list in the claims principal. Note: this method automatically excludes duplicate scopes.

Declaration
-
public static ClaimsPrincipal SetScopes(this ClaimsPrincipal principal, IEnumerable<string> scopes)
+
public static ClaimsPrincipal SetScopes(this ClaimsPrincipal principal, IEnumerable<string>? scopes)
Parameters
System.Collections.Generic.IEnumerable<System.String>System.Nullable<IEnumerable<System.String>> resources

The resources to store.

@@ -4192,7 +4192,7 @@ Note: this method automatically excludes duplicate scopes.

- + diff --git a/api/OpenIddict.Abstractions.OpenIddictMessage.html b/api/OpenIddict.Abstractions.OpenIddictMessage.html index c5b61d5..453059d 100644 --- a/api/OpenIddict.Abstractions.OpenIddictMessage.html +++ b/api/OpenIddict.Abstractions.OpenIddictMessage.html @@ -129,6 +129,134 @@ which may result in an excessive memory consumption and a potential denial of se + +

OpenIddictMessage(IEnumerable<KeyValuePair<String, OpenIddictParameter>>)

+

Initializes a new OpenIddict message.

+
+
+
Declaration
+
+
public OpenIddictMessage(IEnumerable<KeyValuePair<string, OpenIddictParameter>> parameters)
+
+
Parameters
+
System.Collections.Generic.IEnumerable<System.String>System.Nullable<IEnumerable<System.String>> scopes

The scopes to store.

+ + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, OpenIddictParameter>>parameters

The message parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictMessage(IEnumerable<KeyValuePair<String, StringValues>>)

+

Initializes a new OpenIddict message.

+
+
+
Declaration
+
+
public OpenIddictMessage(IEnumerable<KeyValuePair<string, StringValues>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, StringValues>>parameters

The message parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictMessage(IEnumerable<KeyValuePair<String, String[]>>)

+

Initializes a new OpenIddict message.

+
+
+
Declaration
+
+
public OpenIddictMessage(IEnumerable<KeyValuePair<string, string[]>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, System.String[]>>parameters

The message parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictMessage(IEnumerable<KeyValuePair<String, String>>)

+

Initializes a new OpenIddict message.

+
+
+
Declaration
+
+
public OpenIddictMessage(IEnumerable<KeyValuePair<string, string>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, System.String>>parameters

The message parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ +

OpenIddictMessage(JsonElement)

Initializes a new OpenIddict message.

@@ -159,134 +287,6 @@ which may result in an excessive memory consumption and a potential denial of se
Remarks

Parameters with a null or empty key are always ignored.

- - - -

OpenIddictMessage(IEnumerable<KeyValuePair<String, OpenIddictParameter>>)

-

Initializes a new OpenIddict message.

-
-
-
Declaration
-
-
public OpenIddictMessage(IEnumerable<KeyValuePair<string, OpenIddictParameter>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, OpenIddictParameter>>parameters

The message parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictMessage(IEnumerable<KeyValuePair<String, StringValues>>)

-

Initializes a new OpenIddict message.

-
-
-
Declaration
-
-
public OpenIddictMessage(IEnumerable<KeyValuePair<string, StringValues>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, StringValues>>parameters

The message parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictMessage(IEnumerable<KeyValuePair<String, String[]>>)

-

Initializes a new OpenIddict message.

-
-
-
Declaration
-
-
public OpenIddictMessage(IEnumerable<KeyValuePair<string, string[]>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String[]>>parameters

The message parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictMessage(IEnumerable<KeyValuePair<String, String>>)

-

Initializes a new OpenIddict message.

-
-
-
Declaration
-
-
public OpenIddictMessage(IEnumerable<KeyValuePair<string, string>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>parameters

The message parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-

Properties

@@ -381,7 +381,7 @@ which may result in an excessive memory consumption and a potential denial of se - System.Collections.Generic.Dictionary<System.String, OpenIddictParameter> + Dictionary<System.String, OpenIddictParameter> @@ -505,7 +505,7 @@ which may result in an excessive memory consumption and a potential denial of se - System.Collections.Generic.IReadOnlyDictionary<System.String, OpenIddictParameter> + IReadOnlyDictionary<System.String, OpenIddictParameter>

The parameters associated with this instance.

diff --git a/api/OpenIddict.Abstractions.OpenIddictParameter.html b/api/OpenIddict.Abstractions.OpenIddictParameter.html index a38a9a8..d156e74 100644 --- a/api/OpenIddict.Abstractions.OpenIddictParameter.html +++ b/api/OpenIddict.Abstractions.OpenIddictParameter.html @@ -641,7 +641,7 @@ Note: if the JSON object contains multiple parameters with the same name, only t - System.Collections.Generic.IReadOnlyDictionary<System.String, OpenIddictParameter> + IReadOnlyDictionary<System.String, OpenIddictParameter>

A dictionary of all the parameters associated with the current instance.

@@ -714,7 +714,7 @@ if it represents an array of strings or a JSON array.

- System.Collections.Generic.IReadOnlyList<OpenIddictParameter> + IReadOnlyList<OpenIddictParameter>

An enumeration of all the unnamed parameters associated with the current instance.

diff --git a/api/OpenIddict.Abstractions.OpenIddictRequest.html b/api/OpenIddict.Abstractions.OpenIddictRequest.html index 9fa826d..ea75795 100644 --- a/api/OpenIddict.Abstractions.OpenIddictRequest.html +++ b/api/OpenIddict.Abstractions.OpenIddictRequest.html @@ -164,6 +164,134 @@ which may result in an excessive memory consumption and a potential denial of se
+ +

OpenIddictRequest(IEnumerable<KeyValuePair<String, OpenIddictParameter>>)

+

Initializes a new OpenIddict request.

+
+
+
Declaration
+
+
public OpenIddictRequest(IEnumerable<KeyValuePair<string, OpenIddictParameter>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, OpenIddictParameter>>parameters

The request parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictRequest(IEnumerable<KeyValuePair<String, StringValues>>)

+

Initializes a new OpenIddict request.

+
+
+
Declaration
+
+
public OpenIddictRequest(IEnumerable<KeyValuePair<string, StringValues>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, StringValues>>parameters

The request parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictRequest(IEnumerable<KeyValuePair<String, String[]>>)

+

Initializes a new OpenIddict request.

+
+
+
Declaration
+
+
public OpenIddictRequest(IEnumerable<KeyValuePair<string, string[]>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, System.String[]>>parameters

The request parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictRequest(IEnumerable<KeyValuePair<String, String>>)

+

Initializes a new OpenIddict request.

+
+
+
Declaration
+
+
public OpenIddictRequest(IEnumerable<KeyValuePair<string, string>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, System.String>>parameters

The request parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ +

OpenIddictRequest(JsonElement)

Initializes a new OpenIddict request.

@@ -194,134 +322,6 @@ which may result in an excessive memory consumption and a potential denial of se
Remarks

Parameters with a null or empty key are always ignored.

- - - -

OpenIddictRequest(IEnumerable<KeyValuePair<String, OpenIddictParameter>>)

-

Initializes a new OpenIddict request.

-
-
-
Declaration
-
-
public OpenIddictRequest(IEnumerable<KeyValuePair<string, OpenIddictParameter>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, OpenIddictParameter>>parameters

The request parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictRequest(IEnumerable<KeyValuePair<String, StringValues>>)

-

Initializes a new OpenIddict request.

-
-
-
Declaration
-
-
public OpenIddictRequest(IEnumerable<KeyValuePair<string, StringValues>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, StringValues>>parameters

The request parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictRequest(IEnumerable<KeyValuePair<String, String[]>>)

-

Initializes a new OpenIddict request.

-
-
-
Declaration
-
-
public OpenIddictRequest(IEnumerable<KeyValuePair<string, string[]>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String[]>>parameters

The request parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictRequest(IEnumerable<KeyValuePair<String, String>>)

-

Initializes a new OpenIddict request.

-
-
-
Declaration
-
-
public OpenIddictRequest(IEnumerable<KeyValuePair<string, string>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>parameters

The request parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-

Properties

diff --git a/api/OpenIddict.Abstractions.OpenIddictResponse.html b/api/OpenIddict.Abstractions.OpenIddictResponse.html index f4f810c..e10d336 100644 --- a/api/OpenIddict.Abstractions.OpenIddictResponse.html +++ b/api/OpenIddict.Abstractions.OpenIddictResponse.html @@ -164,6 +164,134 @@ which may result in an excessive memory consumption and a potential denial of se
+ +

OpenIddictResponse(IEnumerable<KeyValuePair<String, OpenIddictParameter>>)

+

Initializes a new OpenIddict response.

+
+
+
Declaration
+
+
public OpenIddictResponse(IEnumerable<KeyValuePair<string, OpenIddictParameter>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, OpenIddictParameter>>parameters

The response parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictResponse(IEnumerable<KeyValuePair<String, StringValues>>)

+

Initializes a new OpenIddict response.

+
+
+
Declaration
+
+
public OpenIddictResponse(IEnumerable<KeyValuePair<string, StringValues>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, StringValues>>parameters

The response parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictResponse(IEnumerable<KeyValuePair<String, String[]>>)

+

Initializes a new OpenIddict response.

+
+
+
Declaration
+
+
public OpenIddictResponse(IEnumerable<KeyValuePair<string, string[]>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, System.String[]>>parameters

The response parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ + + +

OpenIddictResponse(IEnumerable<KeyValuePair<String, String>>)

+

Initializes a new OpenIddict response.

+
+
+
Declaration
+
+
public OpenIddictResponse(IEnumerable<KeyValuePair<string, string>> parameters)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
IEnumerable<KeyValuePair<System.String, System.String>>parameters

The response parameters.

+
+
Remarks
+

Parameters with a null or empty key are always ignored.

+
+ +

OpenIddictResponse(JsonElement)

Initializes a new OpenIddict response.

@@ -194,134 +322,6 @@ which may result in an excessive memory consumption and a potential denial of se
Remarks

Parameters with a null or empty key are always ignored.

- - - -

OpenIddictResponse(IEnumerable<KeyValuePair<String, OpenIddictParameter>>)

-

Initializes a new OpenIddict response.

-
-
-
Declaration
-
-
public OpenIddictResponse(IEnumerable<KeyValuePair<string, OpenIddictParameter>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, OpenIddictParameter>>parameters

The response parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictResponse(IEnumerable<KeyValuePair<String, StringValues>>)

-

Initializes a new OpenIddict response.

-
-
-
Declaration
-
-
public OpenIddictResponse(IEnumerable<KeyValuePair<string, StringValues>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, StringValues>>parameters

The response parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictResponse(IEnumerable<KeyValuePair<String, String[]>>)

-

Initializes a new OpenIddict response.

-
-
-
Declaration
-
-
public OpenIddictResponse(IEnumerable<KeyValuePair<string, string[]>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String[]>>parameters

The response parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-
- - - -

OpenIddictResponse(IEnumerable<KeyValuePair<String, String>>)

-

Initializes a new OpenIddict response.

-
-
-
Declaration
-
-
public OpenIddictResponse(IEnumerable<KeyValuePair<string, string>> parameters)
-
-
Parameters
- - - - - - - - - - - - - - - -
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>parameters

The response parameters.

-
-
Remarks
-

Parameters with a null or empty key are always ignored.

-

Properties

diff --git a/api/OpenIddict.Abstractions.OpenIddictScopeDescriptor.html b/api/OpenIddict.Abstractions.OpenIddictScopeDescriptor.html index 769b44b..77fb63c 100644 --- a/api/OpenIddict.Abstractions.OpenIddictScopeDescriptor.html +++ b/api/OpenIddict.Abstractions.OpenIddictScopeDescriptor.html @@ -159,7 +159,7 @@ - System.Collections.Generic.Dictionary<CultureInfo, System.String> + Dictionary<CultureInfo, System.String> @@ -211,7 +211,7 @@ - System.Collections.Generic.Dictionary<CultureInfo, System.String> + Dictionary<CultureInfo, System.String> @@ -263,7 +263,7 @@ - System.Collections.Generic.Dictionary<System.String, JsonElement> + Dictionary<System.String, JsonElement> diff --git a/api/OpenIddict.Abstractions.OpenIddictTokenDescriptor.html b/api/OpenIddict.Abstractions.OpenIddictTokenDescriptor.html index 378403e..d2d12d0 100644 --- a/api/OpenIddict.Abstractions.OpenIddictTokenDescriptor.html +++ b/api/OpenIddict.Abstractions.OpenIddictTokenDescriptor.html @@ -290,7 +290,7 @@ Note: this property is not stored by the default token stores.

- System.Collections.Generic.Dictionary<System.String, JsonElement> + Dictionary<System.String, JsonElement> diff --git a/api/OpenIddict.Core.OpenIddictApplicationCache-1.html b/api/OpenIddict.Core.OpenIddictApplicationCache-1.html index 60ea433..8a89741 100644 --- a/api/OpenIddict.Core.OpenIddictApplicationCache-1.html +++ b/api/OpenIddict.Core.OpenIddictApplicationCache-1.html @@ -184,7 +184,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -241,7 +241,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> diff --git a/api/OpenIddict.Core.OpenIddictApplicationManager-1.html b/api/OpenIddict.Core.OpenIddictApplicationManager-1.html index 5601ca3..c2c66ba 100644 --- a/api/OpenIddict.Core.OpenIddictApplicationManager-1.html +++ b/api/OpenIddict.Core.OpenIddictApplicationManager-1.html @@ -298,8 +298,8 @@ is resolved at runtime based on the default entity type registered in the core o - System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of applications in the database.

@@ -350,8 +350,8 @@ whose result returns the number of applications in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of applications that match the specified query.

@@ -418,8 +418,8 @@ whose result returns the number of applications that match the specified query.< - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -477,8 +477,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -530,8 +530,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask<TApplication> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TApplication> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the application.

@@ -582,8 +582,8 @@ whose result returns the unique identifier associated with the application.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -633,8 +633,8 @@ whose result returns the unique identifier associated with the application.

- System.Threading.Tasks.ValueTask<TApplication> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TApplication> +

A that can be used to monitor the asynchronous operation, whose result returns the client application corresponding to the identifier.

@@ -685,8 +685,8 @@ whose result returns the client application corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TApplication> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TApplication> +

A that can be used to monitor the asynchronous operation, whose result returns the client application corresponding to the identifier.

@@ -737,7 +737,7 @@ whose result returns the client application corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication>

The client applications corresponding to the specified post_logout_redirect_uri.

@@ -788,7 +788,7 @@ whose result returns the client application corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication>

The client applications corresponding to the specified redirect_uri.

@@ -839,8 +839,8 @@ whose result returns the client application corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -913,8 +913,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -986,8 +986,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the client identifier associated with the application.

@@ -1038,8 +1038,8 @@ whose result returns the client identifier associated with the application.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the client type of the application (by default, "public").

@@ -1090,8 +1090,8 @@ whose result returns the client type of the application (by default, "publi - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the consent type of the application (by default, "explicit").

@@ -1142,8 +1142,8 @@ whose result returns the consent type of the application (by default, "expl - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the display name associated with the application.

@@ -1194,8 +1194,8 @@ whose result returns the display name associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized display names associated with the application.

@@ -1246,8 +1246,8 @@ whose result returns all the localized display names associated with the applica - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the application.

@@ -1300,8 +1300,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching localized display name associated with the application.

@@ -1360,8 +1360,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching localized display name associated with the application.

@@ -1412,8 +1412,8 @@ whose result returns the matching localized display name associated with the app - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the permissions associated with the application.

@@ -1464,8 +1464,8 @@ whose result returns all the permissions associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the post_logout_redirect_uri associated with the application.

@@ -1516,8 +1516,8 @@ whose result returns all the post_logout_redirect_uri associated with the applic - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the application.

@@ -1568,8 +1568,8 @@ whose result returns all the additional properties associated with the applicati - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the redirect_uri associated with the application.

@@ -1620,8 +1620,8 @@ whose result returns all the redirect_uri associated with the application.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the requirements associated with the application.

@@ -1678,7 +1678,7 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the application has the specified client type, false otherwise.

@@ -1735,7 +1735,7 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the application has the specified consent type, false otherwise.

@@ -1792,7 +1792,7 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the application has been granted the specified permission, false otherwise.

@@ -1849,7 +1849,7 @@ whose result returns all the requirements associated with the application.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the requirement has been enforced for the specified application, false otherwise.

@@ -1906,7 +1906,7 @@ whose result returns all the requirements associated with the application.

- System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication>

All the elements returned when executing the specified query.

@@ -1957,7 +1957,7 @@ whose result returns all the requirements associated with the application.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -2030,7 +2030,7 @@ whose result returns all the requirements associated with the application.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -2103,8 +2103,8 @@ By default, this method returns a complex hashed representation computed using P - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask<System.String> +

A that can be used to monitor the asynchronous operation.

@@ -2160,8 +2160,8 @@ By default, this method returns a complex hashed representation computed using P - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2217,8 +2217,8 @@ By default, this method returns a complex hashed representation computed using P - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2268,8 +2268,8 @@ By default, this method returns a complex hashed representation computed using P - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2325,8 +2325,8 @@ By default, this method returns a complex hashed representation computed using P - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2384,8 +2384,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2435,7 +2435,7 @@ secret before storing it in the database, for security reasons.

- System.Collections.Generic.IAsyncEnumerable<ValidationResult> + IAsyncEnumerable<ValidationResult>

The validation error encountered when validating the application.

@@ -2492,8 +2492,8 @@ secret before storing it in the database, for security reasons.

- System.Threading.Tasks.ValueTask<System.Boolean> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask<System.Boolean> +

A that can be used to monitor the asynchronous operation.

@@ -2550,8 +2550,8 @@ Note: when overriding this method, using a time-constant comparer is strongly re - System.Threading.Tasks.ValueTask<System.Boolean> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Boolean> +

A that can be used to monitor the asynchronous operation, whose result returns a boolean indicating whether the specified value was valid.

@@ -2608,8 +2608,8 @@ whose result returns a boolean indicating whether the specified value was valid. - System.Threading.Tasks.ValueTask<System.Boolean> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Boolean> +

A that can be used to monitor the asynchronous operation, whose result returns a boolean indicating whether the redirect_uri was valid.

diff --git a/api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html b/api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html index 9f1ef9f..d40de6d 100644 --- a/api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html +++ b/api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html @@ -184,7 +184,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -246,7 +246,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -303,7 +303,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -365,7 +365,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -432,7 +432,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -479,7 +479,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -526,7 +526,7 @@ - System.Threading.Tasks.ValueTask<TAuthorization> + ValueTask<TAuthorization> diff --git a/api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html b/api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html index 86c2631..ca58271 100644 --- a/api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html +++ b/api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html @@ -298,8 +298,8 @@ is resolved at runtime based on the default entity type registered in the core o - System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of authorizations in the database.

@@ -350,8 +350,8 @@ whose result returns the number of authorizations in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of authorizations that match the specified query.

@@ -418,8 +418,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -493,8 +493,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask<TAuthorization> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, whose result returns the authorization.

+ ValueTask<TAuthorization> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization.

@@ -544,8 +544,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask<TAuthorization> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, whose result returns the authorization.

+ ValueTask<TAuthorization> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization.

@@ -595,8 +595,8 @@ whose result returns the number of authorizations that match the specified query - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -653,7 +653,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the subject/client.

@@ -716,7 +716,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -785,7 +785,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -860,7 +860,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the criteria.

@@ -911,7 +911,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the specified application.

@@ -962,8 +962,8 @@ subject and associated with the application identifier.

- System.Threading.Tasks.ValueTask<TAuthorization> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TAuthorization> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization corresponding to the identifier.

@@ -1014,7 +1014,7 @@ whose result returns the authorization corresponding to the identifier.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

The authorizations corresponding to the specified subject.

@@ -1065,8 +1065,8 @@ whose result returns the authorization corresponding to the identifier.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the application identifier associated with the authorization.

@@ -1117,8 +1117,8 @@ whose result returns the application identifier associated with the authorizatio - System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -1191,8 +1191,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -1264,8 +1264,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the creation date associated with the specified authorization.

@@ -1316,8 +1316,8 @@ whose result returns the creation date associated with the specified authorizati - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the authorization.

@@ -1368,8 +1368,8 @@ whose result returns the unique identifier associated with the authorization.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the authorization.

@@ -1420,8 +1420,8 @@ whose result returns all the additional properties associated with the authoriza - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns the scopes associated with the specified authorization.

@@ -1472,8 +1472,8 @@ whose result returns the scopes associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the status associated with the specified authorization.

@@ -1524,8 +1524,8 @@ whose result returns the status associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the subject associated with the specified authorization.

@@ -1576,8 +1576,8 @@ whose result returns the subject associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the type associated with the specified authorization.

@@ -1634,7 +1634,7 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the scopes are included in the authorization, false otherwise.

@@ -1691,7 +1691,7 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the authorization has the specified status, false otherwise.

@@ -1748,7 +1748,7 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the authorization has the specified type, false otherwise.

@@ -1805,7 +1805,7 @@ whose result returns the type associated with the specified authorization.

- System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization>

All the elements returned when executing the specified query.

@@ -1856,7 +1856,7 @@ whose result returns the type associated with the specified authorization.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1929,7 +1929,7 @@ whose result returns the type associated with the specified authorization.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -2007,8 +2007,8 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2064,8 +2064,8 @@ whose result returns the type associated with the specified authorization.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2116,8 +2116,8 @@ Only authorizations created before the specified System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2171,7 +2171,7 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the authorization was successfully revoked, false otherwise.

@@ -2222,8 +2222,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2279,8 +2279,8 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2330,7 +2330,7 @@ attached are correctly removed, the tokens should always be pruned first.

- System.Collections.Generic.IAsyncEnumerable<ValidationResult> + IAsyncEnumerable<ValidationResult>

The validation error encountered when validating the authorization.

diff --git a/api/OpenIddict.Core.OpenIddictScopeCache-1.html b/api/OpenIddict.Core.OpenIddictScopeCache-1.html index bcf8a10..6d73ade 100644 --- a/api/OpenIddict.Core.OpenIddictScopeCache-1.html +++ b/api/OpenIddict.Core.OpenIddictScopeCache-1.html @@ -184,7 +184,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -241,7 +241,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> diff --git a/api/OpenIddict.Core.OpenIddictScopeManager-1.html b/api/OpenIddict.Core.OpenIddictScopeManager-1.html index bf67af7..7858385 100644 --- a/api/OpenIddict.Core.OpenIddictScopeManager-1.html +++ b/api/OpenIddict.Core.OpenIddictScopeManager-1.html @@ -298,8 +298,8 @@ is resolved at runtime based on the default entity type registered in the core o - System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of scopes in the database.

@@ -350,8 +350,8 @@ whose result returns the number of scopes in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of scopes that match the specified query.

@@ -418,8 +418,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -469,8 +469,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask<TScope> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, whose result returns the scope.

+ ValueTask<TScope> +

A that can be used to monitor the asynchronous operation, whose result returns the scope.

@@ -520,8 +520,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -571,8 +571,8 @@ whose result returns the number of scopes that match the specified query.

- System.Threading.Tasks.ValueTask<TScope> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TScope> +

A that can be used to monitor the asynchronous operation, whose result returns the scope corresponding to the identifier.

@@ -623,8 +623,8 @@ whose result returns the scope corresponding to the identifier.

- System.Threading.Tasks.ValueTask<TScope> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TScope> +

A that can be used to monitor the asynchronous operation, whose result returns the scope corresponding to the specified name.

@@ -675,7 +675,7 @@ whose result returns the scope corresponding to the specified name.

- System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope>

The scopes corresponding to the specified names.

@@ -726,7 +726,7 @@ whose result returns the scope corresponding to the specified name.

- System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope>

The scopes associated with the specified resource.

@@ -777,8 +777,8 @@ whose result returns the scope corresponding to the specified name.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -851,8 +851,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -924,8 +924,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the description associated with the specified scope.

@@ -976,8 +976,8 @@ whose result returns the description associated with the specified scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized descriptions associated with the scope.

@@ -1028,8 +1028,8 @@ whose result returns all the localized descriptions associated with the scope. - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the display name associated with the scope.

@@ -1080,8 +1080,8 @@ whose result returns the display name associated with the scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<CultureInfo, System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the localized display names associated with the scope.

@@ -1132,8 +1132,8 @@ whose result returns all the localized display names associated with the scope.< - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the scope.

@@ -1186,8 +1186,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching localized description associated with the scope.

@@ -1246,8 +1246,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching localized description associated with the scope.

@@ -1300,8 +1300,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching display name associated with the scope.

@@ -1360,8 +1360,8 @@ If no matching value can be found, the non-localized value is returned.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the matching display name associated with the scope.

@@ -1412,8 +1412,8 @@ whose result returns the matching display name associated with the scope.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the name associated with the specified scope.

@@ -1464,8 +1464,8 @@ whose result returns the name associated with the specified scope.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the scope.

@@ -1516,8 +1516,8 @@ whose result returns all the additional properties associated with the scope.

- System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableArray<System.String>> +

A that can be used to monitor the asynchronous operation, whose result returns all the resources associated with the scope.

@@ -1574,7 +1574,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope>

All the elements returned when executing the specified query.

@@ -1625,7 +1625,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1698,7 +1698,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -1770,7 +1770,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<System.String> + IAsyncEnumerable<System.String>

All the resources associated with the specified scopes.

@@ -1827,8 +1827,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1884,8 +1884,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1935,8 +1935,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -1992,8 +1992,8 @@ whose result returns all the resources associated with the scope.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2043,7 +2043,7 @@ whose result returns all the resources associated with the scope.

- System.Collections.Generic.IAsyncEnumerable<ValidationResult> + IAsyncEnumerable<ValidationResult>

The validation error encountered when validating the scope.

diff --git a/api/OpenIddict.Core.OpenIddictTokenCache-1.html b/api/OpenIddict.Core.OpenIddictTokenCache-1.html index 90d3782..d5438d1 100644 --- a/api/OpenIddict.Core.OpenIddictTokenCache-1.html +++ b/api/OpenIddict.Core.OpenIddictTokenCache-1.html @@ -184,7 +184,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -246,7 +246,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -303,7 +303,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -365,7 +365,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -412,7 +412,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -459,7 +459,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -506,7 +506,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> diff --git a/api/OpenIddict.Core.OpenIddictTokenManager-1.html b/api/OpenIddict.Core.OpenIddictTokenManager-1.html index ae92a31..0e47e0c 100644 --- a/api/OpenIddict.Core.OpenIddictTokenManager-1.html +++ b/api/OpenIddict.Core.OpenIddictTokenManager-1.html @@ -298,8 +298,8 @@ is resolved at runtime based on the default entity type registered in the core o - System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of tokens in the database.

@@ -350,8 +350,8 @@ whose result returns the number of tokens in the database.

- System.Threading.Tasks.ValueTask<System.Int64> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<System.Int64> +

A that can be used to monitor the asynchronous operation, whose result returns the number of tokens that match the specified query.

@@ -418,8 +418,8 @@ whose result returns the number of tokens that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -469,8 +469,8 @@ whose result returns the number of tokens that match the specified query.

- System.Threading.Tasks.ValueTask<TToken> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, whose result returns the token.

+ ValueTask<TToken> +

A that can be used to monitor the asynchronous operation, whose result returns the token.

@@ -520,8 +520,8 @@ whose result returns the number of tokens that match the specified query.

- System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -578,7 +578,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the subject/client.

@@ -641,7 +641,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the criteria.

@@ -710,7 +710,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

Tokens corresponding to the criteria.

@@ -761,7 +761,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified application.

@@ -812,7 +812,7 @@ subject and associated with the application identifier.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified authorization.

@@ -863,8 +863,8 @@ subject and associated with the application identifier.

- System.Threading.Tasks.ValueTask<TToken> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TToken> +

A that can be used to monitor the asynchronous operation, whose result returns the token corresponding to the unique identifier.

@@ -916,8 +916,8 @@ Note: the reference identifier may be hashed or encrypted for security reasons.< - System.Threading.Tasks.ValueTask<TToken> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TToken> +

A that can be used to monitor the asynchronous operation, whose result returns the tokens corresponding to the specified reference identifier.

@@ -968,7 +968,7 @@ whose result returns the tokens corresponding to the specified reference identif - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

The tokens corresponding to the specified subject.

@@ -1019,8 +1019,8 @@ whose result returns the tokens corresponding to the specified reference identif - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the application identifier associated with the token.

@@ -1071,8 +1071,8 @@ whose result returns the application identifier associated with the token.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -1145,8 +1145,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<TResult> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation, + ValueTask<TResult> +

A that can be used to monitor the asynchronous operation, whose result returns the first element returned when executing the query.

@@ -1218,8 +1218,8 @@ whose result returns the first element returned when executing the query.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the authorization identifier associated with the token.

@@ -1270,8 +1270,8 @@ whose result returns the authorization identifier associated with the token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the creation date associated with the specified token.

@@ -1322,8 +1322,8 @@ whose result returns the creation date associated with the specified token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the expiration date associated with the specified token.

@@ -1374,8 +1374,8 @@ whose result returns the expiration date associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the unique identifier associated with the token.

@@ -1426,8 +1426,8 @@ whose result returns the unique identifier associated with the token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the payload associated with the specified token.

@@ -1478,8 +1478,8 @@ whose result returns the payload associated with the specified token.

- System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<ImmutableDictionary<System.String, JsonElement>> +

A that can be used to monitor the asynchronous operation, whose result returns all the additional properties associated with the token.

@@ -1530,8 +1530,8 @@ whose result returns all the additional properties associated with the token.

- System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.Nullable<System.DateTimeOffset>> +

A that can be used to monitor the asynchronous operation, whose result returns the redemption date associated with the specified token.

@@ -1584,8 +1584,8 @@ the reference identifier may be hashed for security reasons.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the reference identifier associated with the specified token.

@@ -1636,8 +1636,8 @@ whose result returns the reference identifier associated with the specified toke - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the status associated with the specified token.

@@ -1688,8 +1688,8 @@ whose result returns the status associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the subject associated with the specified token.

@@ -1740,8 +1740,8 @@ whose result returns the subject associated with the specified token.

- System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the asynchronous operation, + ValueTask<System.String> +

A that can be used to monitor the asynchronous operation, whose result returns the token type associated with the specified token.

@@ -1798,7 +1798,7 @@ whose result returns the token type associated with the specified token.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token has the specified status, false otherwise.

@@ -1855,7 +1855,7 @@ whose result returns the token type associated with the specified token.

- System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token has the specified type, false otherwise.

@@ -1912,7 +1912,7 @@ whose result returns the token type associated with the specified token.

- System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken>

All the elements returned when executing the specified query.

@@ -1963,7 +1963,7 @@ whose result returns the token type associated with the specified token.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -2036,7 +2036,7 @@ whose result returns the token type associated with the specified token.

- System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

@@ -2109,8 +2109,8 @@ By default, this method returns a simple hashed representation computed using SH - System.Threading.Tasks.ValueTask<System.String> -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask<System.String> +

A that can be used to monitor the asynchronous operation.

@@ -2166,8 +2166,8 @@ By default, this method returns a simple hashed representation computed using SH - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2223,8 +2223,8 @@ By default, this method returns a simple hashed representation computed using SH - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2275,8 +2275,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2326,7 +2326,7 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token was successfully redemeed, false otherwise.

@@ -2377,7 +2377,7 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token was successfully redemeed, false otherwise.

@@ -2428,7 +2428,7 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask<System.Boolean> + ValueTask<System.Boolean>

true if the token was successfully revoked, false otherwise.

@@ -2479,8 +2479,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2536,8 +2536,8 @@ Only tokens created before the specified - System.Threading.Tasks.ValueTask -

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+ ValueTask +

A that can be used to monitor the asynchronous operation.

@@ -2587,7 +2587,7 @@ Only tokens created before the specified - System.Collections.Generic.IAsyncEnumerable<ValidationResult> + IAsyncEnumerable<ValidationResult>

The validation error encountered when validating the token.

diff --git a/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkApplication-3.html b/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkApplication-3.html index 61a4156..dda0b00 100644 --- a/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkApplication-3.html +++ b/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkApplication-3.html @@ -158,7 +158,7 @@ - System.Collections.Generic.ICollection<TAuthorization> + ICollection<TAuthorization> @@ -505,7 +505,7 @@ current application, serialized as a JSON array.

- System.Collections.Generic.ICollection<TToken> + ICollection<TToken> diff --git a/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkAuthorization-3.html b/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkAuthorization-3.html index 26cbb91..7b9d581 100644 --- a/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkAuthorization-3.html +++ b/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkAuthorization-3.html @@ -368,7 +368,7 @@ authorization, serialized as a JSON array.

- System.Collections.Generic.ICollection<TToken> + ICollection<TToken> diff --git a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html index 5a5a0a7..21c1396 100644 --- a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html +++ b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html @@ -371,7 +371,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -418,7 +418,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -480,7 +480,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -527,7 +527,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -574,7 +574,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -621,7 +621,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -668,7 +668,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -715,7 +715,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -767,7 +767,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -833,7 +833,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -880,7 +880,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -927,7 +927,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -974,7 +974,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1021,7 +1021,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1068,7 +1068,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -1115,7 +1115,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1162,7 +1162,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1209,7 +1209,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1256,7 +1256,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1303,7 +1303,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1350,7 +1350,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1392,7 +1392,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -1444,7 +1444,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -1496,7 +1496,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1567,7 +1567,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1619,7 +1619,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1671,7 +1671,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1723,7 +1723,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1775,7 +1775,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1827,7 +1827,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1879,7 +1879,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1931,7 +1931,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1983,7 +1983,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2035,7 +2035,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2087,7 +2087,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2134,7 +2134,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html index 8224898..aacc135 100644 --- a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html +++ b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html @@ -371,7 +371,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -418,7 +418,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -480,7 +480,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -527,7 +527,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -579,7 +579,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -636,7 +636,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -698,7 +698,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -765,7 +765,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -812,7 +812,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -859,7 +859,7 @@ - System.Threading.Tasks.ValueTask<TAuthorization> + ValueTask<TAuthorization> @@ -906,7 +906,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -953,7 +953,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1005,7 +1005,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -1071,7 +1071,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1118,7 +1118,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1165,7 +1165,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1212,7 +1212,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1259,7 +1259,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1306,7 +1306,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1353,7 +1353,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1395,7 +1395,7 @@ - System.Threading.Tasks.ValueTask<TAuthorization> + ValueTask<TAuthorization> @@ -1447,7 +1447,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -1499,7 +1499,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1565,7 +1565,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1617,7 +1617,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1669,7 +1669,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1721,7 +1721,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1773,7 +1773,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1825,7 +1825,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1877,7 +1877,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1929,7 +1929,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1976,7 +1976,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html index 113a329..e7c59ea 100644 --- a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html +++ b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html @@ -361,7 +361,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -408,7 +408,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -470,7 +470,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -517,7 +517,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -564,7 +564,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -611,7 +611,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -658,7 +658,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -705,7 +705,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -757,7 +757,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -823,7 +823,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -870,7 +870,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -917,7 +917,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -964,7 +964,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -1011,7 +1011,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1058,7 +1058,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1105,7 +1105,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1152,7 +1152,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1194,7 +1194,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -1246,7 +1246,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -1298,7 +1298,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1369,7 +1369,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1421,7 +1421,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1473,7 +1473,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1525,7 +1525,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1577,7 +1577,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1629,7 +1629,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1681,7 +1681,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1728,7 +1728,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html index e0310fe..c44ed53 100644 --- a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html +++ b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html @@ -371,7 +371,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -418,7 +418,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -480,7 +480,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -527,7 +527,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -579,7 +579,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -636,7 +636,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -698,7 +698,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -745,7 +745,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -792,7 +792,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -839,7 +839,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -886,7 +886,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -933,7 +933,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -980,7 +980,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1032,7 +1032,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -1098,7 +1098,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1145,7 +1145,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1192,7 +1192,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1239,7 +1239,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1286,7 +1286,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1333,7 +1333,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1380,7 +1380,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1427,7 +1427,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1474,7 +1474,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1521,7 +1521,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1568,7 +1568,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1610,7 +1610,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -1662,7 +1662,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -1714,7 +1714,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1780,7 +1780,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1832,7 +1832,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1884,7 +1884,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1936,7 +1936,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1988,7 +1988,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2040,7 +2040,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2092,7 +2092,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2144,7 +2144,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2196,7 +2196,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2248,7 +2248,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2300,7 +2300,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2352,7 +2352,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2399,7 +2399,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html b/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html index 125a05e..f76f66b 100644 --- a/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html +++ b/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html @@ -159,7 +159,7 @@ - System.Collections.Generic.ICollection<TAuthorization> + ICollection<TAuthorization> @@ -506,7 +506,7 @@ current application, serialized as a JSON array.

- System.Collections.Generic.ICollection<TToken> + ICollection<TToken> diff --git a/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreAuthorization-3.html b/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreAuthorization-3.html index 0fffacc..4ff7a25 100644 --- a/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreAuthorization-3.html +++ b/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreAuthorization-3.html @@ -369,7 +369,7 @@ authorization, serialized as a JSON array.

- System.Collections.Generic.ICollection<TToken> + ICollection<TToken> diff --git a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html index 639281f..f95609b 100644 --- a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html +++ b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html @@ -372,7 +372,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -419,7 +419,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -481,7 +481,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -528,7 +528,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -575,7 +575,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -622,7 +622,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -669,7 +669,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -716,7 +716,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -768,7 +768,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -834,7 +834,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -881,7 +881,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -928,7 +928,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -975,7 +975,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1022,7 +1022,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1069,7 +1069,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -1116,7 +1116,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1163,7 +1163,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1210,7 +1210,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1257,7 +1257,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1304,7 +1304,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1351,7 +1351,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1393,7 +1393,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -1445,7 +1445,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -1497,7 +1497,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1568,7 +1568,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1620,7 +1620,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1672,7 +1672,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1724,7 +1724,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1776,7 +1776,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1828,7 +1828,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1880,7 +1880,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1932,7 +1932,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1984,7 +1984,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2036,7 +2036,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2088,7 +2088,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2135,7 +2135,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html index 49d6b74..97ae981 100644 --- a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html +++ b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html @@ -372,7 +372,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -419,7 +419,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -481,7 +481,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -528,7 +528,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -580,7 +580,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -637,7 +637,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -699,7 +699,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -766,7 +766,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -813,7 +813,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -860,7 +860,7 @@ - System.Threading.Tasks.ValueTask<TAuthorization> + ValueTask<TAuthorization> @@ -907,7 +907,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -954,7 +954,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1006,7 +1006,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -1072,7 +1072,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1119,7 +1119,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1166,7 +1166,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1213,7 +1213,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1260,7 +1260,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1307,7 +1307,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1354,7 +1354,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1396,7 +1396,7 @@ - System.Threading.Tasks.ValueTask<TAuthorization> + ValueTask<TAuthorization> @@ -1448,7 +1448,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -1500,7 +1500,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1566,7 +1566,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1618,7 +1618,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1670,7 +1670,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1722,7 +1722,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1774,7 +1774,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1826,7 +1826,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1878,7 +1878,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1930,7 +1930,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1977,7 +1977,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html index c766e62..2450ded 100644 --- a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html +++ b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html @@ -362,7 +362,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -409,7 +409,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -471,7 +471,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -518,7 +518,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -565,7 +565,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -612,7 +612,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -659,7 +659,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -706,7 +706,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -758,7 +758,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -824,7 +824,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -871,7 +871,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -918,7 +918,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -965,7 +965,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -1012,7 +1012,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1059,7 +1059,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1106,7 +1106,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1153,7 +1153,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1195,7 +1195,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -1247,7 +1247,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -1299,7 +1299,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1370,7 +1370,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1422,7 +1422,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1474,7 +1474,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1526,7 +1526,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1578,7 +1578,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1630,7 +1630,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1682,7 +1682,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1729,7 +1729,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html index 01a5512..1d2d5f5 100644 --- a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html +++ b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html @@ -372,7 +372,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -419,7 +419,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -481,7 +481,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -528,7 +528,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -580,7 +580,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -637,7 +637,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -699,7 +699,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -746,7 +746,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -793,7 +793,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -840,7 +840,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -887,7 +887,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -934,7 +934,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -981,7 +981,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1033,7 +1033,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -1099,7 +1099,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1146,7 +1146,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1193,7 +1193,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1240,7 +1240,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1287,7 +1287,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1334,7 +1334,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1381,7 +1381,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1428,7 +1428,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1475,7 +1475,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1522,7 +1522,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1569,7 +1569,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1611,7 +1611,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -1663,7 +1663,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -1715,7 +1715,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1781,7 +1781,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1833,7 +1833,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1885,7 +1885,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1937,7 +1937,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1989,7 +1989,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2041,7 +2041,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2093,7 +2093,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2145,7 +2145,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2197,7 +2197,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2249,7 +2249,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2301,7 +2301,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2353,7 +2353,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -2400,7 +2400,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.MongoDb.IOpenIddictMongoDbContext.html b/api/OpenIddict.MongoDb.IOpenIddictMongoDbContext.html index 6cdec81..f85ec7b 100644 --- a/api/OpenIddict.MongoDb.IOpenIddictMongoDbContext.html +++ b/api/OpenIddict.MongoDb.IOpenIddictMongoDbContext.html @@ -121,8 +121,8 @@ - System.Threading.Tasks.ValueTask<IMongoDatabase> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the + ValueTask<IMongoDatabase> +

A that can be used to monitor the asynchronous operation, whose result returns the MongoDB database.

diff --git a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbApplication.html b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbApplication.html index 3d7edff..957fc49 100644 --- a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbApplication.html +++ b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbApplication.html @@ -265,7 +265,7 @@ this property may be hashed or encrypted for security reasons.

- System.Collections.Generic.IReadOnlyDictionary<CultureInfo, System.String> + IReadOnlyDictionary<CultureInfo, System.String> @@ -317,7 +317,7 @@ this property may be hashed or encrypted for security reasons.

- System.Collections.Generic.IReadOnlyList<System.String> + IReadOnlyList<System.String> @@ -343,7 +343,7 @@ this property may be hashed or encrypted for security reasons.

- System.Collections.Generic.IReadOnlyList<System.String> + IReadOnlyList<System.String> @@ -395,7 +395,7 @@ this property may be hashed or encrypted for security reasons.

- System.Collections.Generic.IReadOnlyList<System.String> + IReadOnlyList<System.String> @@ -421,7 +421,7 @@ this property may be hashed or encrypted for security reasons.

- System.Collections.Generic.IReadOnlyList<System.String> + IReadOnlyList<System.String> diff --git a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html index 77d7896..7deec0a 100644 --- a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html +++ b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html @@ -263,7 +263,7 @@ - System.Collections.Generic.IReadOnlyList<System.String> + IReadOnlyList<System.String> diff --git a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html index cbde19c..13788d6 100644 --- a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html +++ b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html @@ -185,7 +185,7 @@ - System.Collections.Generic.IReadOnlyDictionary<CultureInfo, System.String> + IReadOnlyDictionary<CultureInfo, System.String> @@ -237,7 +237,7 @@ - System.Collections.Generic.IReadOnlyDictionary<CultureInfo, System.String> + IReadOnlyDictionary<CultureInfo, System.String> @@ -341,7 +341,7 @@ - System.Collections.Generic.IReadOnlyList<System.String> + IReadOnlyList<System.String> diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html index ad7b92c..902f135 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html @@ -229,7 +229,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -276,7 +276,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -338,7 +338,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -385,7 +385,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -432,7 +432,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -479,7 +479,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -526,7 +526,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -573,7 +573,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -625,7 +625,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -691,7 +691,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -738,7 +738,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -785,7 +785,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -832,7 +832,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -879,7 +879,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -926,7 +926,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -973,7 +973,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1020,7 +1020,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1067,7 +1067,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1114,7 +1114,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1161,7 +1161,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1208,7 +1208,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1250,7 +1250,7 @@ - System.Threading.Tasks.ValueTask<TApplication> + ValueTask<TApplication> @@ -1302,7 +1302,7 @@ - System.Collections.Generic.IAsyncEnumerable<TApplication> + IAsyncEnumerable<TApplication> @@ -1354,7 +1354,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1425,7 +1425,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1477,7 +1477,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1529,7 +1529,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1581,7 +1581,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1633,7 +1633,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1685,7 +1685,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1737,7 +1737,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1789,7 +1789,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1841,7 +1841,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1893,7 +1893,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1945,7 +1945,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1992,7 +1992,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html index 56c4054..f2a818d 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html @@ -229,7 +229,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -276,7 +276,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -338,7 +338,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -385,7 +385,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -437,7 +437,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -494,7 +494,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -556,7 +556,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -623,7 +623,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -670,7 +670,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -717,7 +717,7 @@ - System.Threading.Tasks.ValueTask<TAuthorization> + ValueTask<TAuthorization> @@ -764,7 +764,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -811,7 +811,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -863,7 +863,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -929,7 +929,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -976,7 +976,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1023,7 +1023,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1070,7 +1070,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1117,7 +1117,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1164,7 +1164,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1211,7 +1211,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1253,7 +1253,7 @@ - System.Threading.Tasks.ValueTask<TAuthorization> + ValueTask<TAuthorization> @@ -1305,7 +1305,7 @@ - System.Collections.Generic.IAsyncEnumerable<TAuthorization> + IAsyncEnumerable<TAuthorization> @@ -1357,7 +1357,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1423,7 +1423,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbContext.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbContext.html index 18c01f5..bbe2b52 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbContext.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbContext.html @@ -188,8 +188,8 @@ - System.Threading.Tasks.ValueTask<IMongoDatabase> -

A System.Threading.Tasks.ValueTask<TResult> that can be used to monitor the + ValueTask<IMongoDatabase> +

A that can be used to monitor the asynchronous operation, whose result returns the MongoDB database.

diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html index d40dc74..8964216 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html @@ -229,7 +229,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -276,7 +276,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -338,7 +338,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -385,7 +385,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -432,7 +432,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -479,7 +479,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -526,7 +526,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -573,7 +573,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -625,7 +625,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -691,7 +691,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -738,7 +738,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -785,7 +785,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -832,7 +832,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<CultureInfo, System.String>> + ValueTask<ImmutableDictionary<CultureInfo, System.String>> @@ -879,7 +879,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -926,7 +926,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -973,7 +973,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1020,7 +1020,7 @@ - System.Threading.Tasks.ValueTask<ImmutableArray<System.String>> + ValueTask<ImmutableArray<System.String>> @@ -1062,7 +1062,7 @@ - System.Threading.Tasks.ValueTask<TScope> + ValueTask<TScope> @@ -1114,7 +1114,7 @@ - System.Collections.Generic.IAsyncEnumerable<TScope> + IAsyncEnumerable<TScope> @@ -1166,7 +1166,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1237,7 +1237,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1289,7 +1289,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1341,7 +1341,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1393,7 +1393,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1445,7 +1445,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1497,7 +1497,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1549,7 +1549,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -1596,7 +1596,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html index 9c6906c..11b545a 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html @@ -229,7 +229,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -276,7 +276,7 @@ - System.Threading.Tasks.ValueTask<System.Int64> + ValueTask<System.Int64> @@ -338,7 +338,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -385,7 +385,7 @@ - System.Threading.Tasks.ValueTask + ValueTask @@ -437,7 +437,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -494,7 +494,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -556,7 +556,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -603,7 +603,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -650,7 +650,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -697,7 +697,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -744,7 +744,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -791,7 +791,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -838,7 +838,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -890,7 +890,7 @@ - System.Threading.Tasks.ValueTask<TResult> + ValueTask<TResult> @@ -956,7 +956,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1003,7 +1003,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1050,7 +1050,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1097,7 +1097,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1144,7 +1144,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1191,7 +1191,7 @@ - System.Threading.Tasks.ValueTask<ImmutableDictionary<System.String, JsonElement>> + ValueTask<ImmutableDictionary<System.String, JsonElement>> @@ -1238,7 +1238,7 @@ - System.Threading.Tasks.ValueTask<System.Nullable<System.DateTimeOffset>> + ValueTask<System.Nullable<System.DateTimeOffset>> @@ -1285,7 +1285,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1332,7 +1332,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1379,7 +1379,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1426,7 +1426,7 @@ - System.Threading.Tasks.ValueTask<System.String> + ValueTask<System.String> @@ -1468,7 +1468,7 @@ - System.Threading.Tasks.ValueTask<TToken> + ValueTask<TToken> @@ -1520,7 +1520,7 @@ - System.Collections.Generic.IAsyncEnumerable<TToken> + IAsyncEnumerable<TToken> @@ -1572,7 +1572,7 @@ - System.Collections.Generic.IAsyncEnumerable<TResult> + IAsyncEnumerable<TResult> @@ -1638,7 +1638,7 @@ - System.Threading.Tasks.ValueTask + ValueTask diff --git a/api/OpenIddict.Quartz.OpenIddictQuartzJob.html b/api/OpenIddict.Quartz.OpenIddictQuartzJob.html index 9c696ad..cc16d0d 100644 --- a/api/OpenIddict.Quartz.OpenIddictQuartzJob.html +++ b/api/OpenIddict.Quartz.OpenIddictQuartzJob.html @@ -201,7 +201,7 @@ - System.Threading.Tasks.Task + Task diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandler.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandler.html index dc01da8..a5098a4 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandler.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandler.html @@ -169,7 +169,7 @@ - System.Threading.Tasks.Task<AuthenticateResult> + Task<AuthenticateResult> @@ -211,7 +211,7 @@ - System.Threading.Tasks.Task + Task @@ -253,7 +253,7 @@ - System.Threading.Tasks.Task + Task @@ -278,7 +278,7 @@ - System.Threading.Tasks.Task<System.Boolean> + Task<System.Boolean> @@ -325,7 +325,7 @@ - System.Threading.Tasks.Task + Task @@ -367,7 +367,7 @@ - System.Threading.Tasks.Task + Task diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html index 41f3775..3b10f15 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the authorization endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the authorization endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireAuthorizationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireAuthorizationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the authorization endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the authorization endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the authorization endpoint.

- + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html index 0551615..f4c3f51 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireAuthorizationRequestCachingEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireAuthorizationRequestCachingEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html index 32616ad..bb85722 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireErrorPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireErrorPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html index 65b9aa5..f283c3e 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireHttpRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireHttpRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html index 9f90bd3..96c340d 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the logout endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the logout endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireLogoutEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireLogoutEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the logout endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the logout endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the logout endpoint.

- + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html index 0d9b232..fa11668 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireLogoutRequestCachingEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireLogoutRequestCachingEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html index 0bccc8a..c1edec4 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireStatusCodePagesIntegrationEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireStatusCodePagesIntegrationEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html index 177a530..ec45a58 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the authorization endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the authorization endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireTokenEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireTokenEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the authorization endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the authorization endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the authorization endpoint.

- + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html index a7ea7aa..c744e8f 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireTransportSecurityRequirementEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireTransportSecurityRequirementEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html index cd75a15..9b28369 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the userinfo endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the userinfo endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireUserinfoEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireUserinfoEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the userinfo endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the userinfo endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the userinfo endpoint.

- + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html index f6407e5..02a36f0 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the verification endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the verification endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireVerificationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireVerificationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the verification endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the verification endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the verification endpoint.

- + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachCacheControlHeader-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachCacheControlHeader-1.html index 68a7dc4..e3e051b 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachCacheControlHeader-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachCacheControlHeader-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachCacheControlHeader<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachCacheControlHeader<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html index 41bf14b..f68cd19 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHostChallengeError : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class AttachHostChallengeError : IOpenIddictServerHandler<ProcessChallengeContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostParameters-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostParameters-1.html index b1042cf..2465cd3 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostParameters-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostParameters-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHostParameters<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseContext
+
public class AttachHostParameters<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseContext
Type Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHttpResponseCode-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHttpResponseCode-1.html index eea3991..2b76e61 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHttpResponseCode-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHttpResponseCode-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHttpResponseCode<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachHttpResponseCode<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html index 720e704..1e7e5bc 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachWwwAuthenticateHeader<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachWwwAuthenticateHeader<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -228,8 +228,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.CacheRequestParameters.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.CacheRequestParameters.html index f0d3663..dcfac38 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.CacheRequestParameters.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.CacheRequestParameters.html @@ -227,8 +227,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFormPostResponse.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFormPostResponse.html index 45caf91..b2fddf6 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFormPostResponse.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFormPostResponse.html @@ -212,8 +212,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFragmentResponse.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFragmentResponse.html index ab29d2f..d7e98dc 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFragmentResponse.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFragmentResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessQueryResponse.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessQueryResponse.html index 14c532d..86267e4 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessQueryResponse.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessQueryResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RemoveCachedRequest.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RemoveCachedRequest.html index 7439861..899081f 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RemoveCachedRequest.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RemoveCachedRequest.html @@ -222,8 +222,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RestoreCachedRequestParameters.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RestoreCachedRequestParameters.html index d1be53a..fabf11a 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RestoreCachedRequestParameters.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RestoreCachedRequestParameters.html @@ -222,8 +222,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.EnablePassthroughMode-2.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.EnablePassthroughMode-2.html index 52a6a1d..bcd3b7f 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.EnablePassthroughMode-2.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.EnablePassthroughMode-2.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class EnablePassthroughMode<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext>
+
public class EnablePassthroughMode<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext>
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -203,8 +203,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractAccessToken-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractAccessToken-1.html index 6368122..45f8772 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractAccessToken-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractAccessToken-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAccessToken<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractAccessToken<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractBasicAuthenticationCredentials-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractBasicAuthenticationCredentials-1.html index 9399a76..8380652 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractBasicAuthenticationCredentials-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractBasicAuthenticationCredentials-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractBasicAuthenticationCredentials<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractBasicAuthenticationCredentials<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetOrPostRequest-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetOrPostRequest-1.html index 929cfe9..9233630 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetOrPostRequest-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetOrPostRequest-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractGetOrPostRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractGetOrPostRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetRequest-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetRequest-1.html index 5607ec4..f81e0b3 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetRequest-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetRequest-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractGetRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractGetRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractPostRequest-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractPostRequest-1.html index c89e24c..13513ee 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractPostRequest-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractPostRequest-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractPostRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractPostRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html index af84656..64da76e 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class InferEndpointType : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class InferEndpointType : IOpenIddictServerHandler<ProcessRequestContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html index 06fb8e6..e1a9ac3 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class InferIssuerFromHost : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class InferIssuerFromHost : IOpenIddictServerHandler<ProcessRequestContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html index b48ab66..9eb4364 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessChallengeErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessChallengeErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessEmptyResponse-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessEmptyResponse-1.html index 290c828..29bbba6 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessEmptyResponse-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessEmptyResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessEmptyResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessEmptyResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessHostRedirectionResponse.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessHostRedirectionResponse.html index c1f7db2..daaea61 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessHostRedirectionResponse.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessHostRedirectionResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessJsonResponse-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessJsonResponse-1.html index 5e3c4c1..cd1427d 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessJsonResponse-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessJsonResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessJsonResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessJsonResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessLocalErrorResponse-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessLocalErrorResponse-1.html index 2fcb59e..31cbabc 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessLocalErrorResponse-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessLocalErrorResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessLocalErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessLocalErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessPassthroughErrorResponse-2.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessPassthroughErrorResponse-2.html index 62db2db..c64ecd3 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessPassthroughErrorResponse-2.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessPassthroughErrorResponse-2.html @@ -114,7 +114,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessPassthroughErrorResponse<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext>
+
public class ProcessPassthroughErrorResponse<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext>
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -204,8 +204,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessStatusCodePagesErrorResponse-1.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessStatusCodePagesErrorResponse-1.html index c47844d..238ecb0 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessStatusCodePagesErrorResponse-1.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessStatusCodePagesErrorResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessStatusCodePagesErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessStatusCodePagesErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.CacheRequestParameters.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.CacheRequestParameters.html index cb5c5f6..e3b39db 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.CacheRequestParameters.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.CacheRequestParameters.html @@ -227,8 +227,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessHostRedirectionResponse.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessHostRedirectionResponse.html index 803fb48..6007291 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessHostRedirectionResponse.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessHostRedirectionResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessQueryResponse.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessQueryResponse.html index 00f6da0..482e6a9 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessQueryResponse.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessQueryResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RemoveCachedRequest.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RemoveCachedRequest.html index 0243132..f31b794 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RemoveCachedRequest.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RemoveCachedRequest.html @@ -222,8 +222,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RestoreCachedRequestParameters.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RestoreCachedRequestParameters.html index ef70d76..c6c39af 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RestoreCachedRequestParameters.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RestoreCachedRequestParameters.html @@ -222,8 +222,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html index faaef0d..df9c0e0 100644 --- a/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html +++ b/api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateTransportSecurityRequirement : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateTransportSecurityRequirement : IOpenIddictServerHandler<ProcessRequestContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.AttachTokenDigests.html b/api/OpenIddict.Server.AttachTokenDigests.html index 8536397..46e8334 100644 --- a/api/OpenIddict.Server.AttachTokenDigests.html +++ b/api/OpenIddict.Server.AttachTokenDigests.html @@ -183,8 +183,8 @@ the access token and authorization code to the identity token principal.

- - + diff --git a/api/OpenIddict.Server.AttachTokenParameters.html b/api/OpenIddict.Server.AttachTokenParameters.html index ca479eb..cb2db3f 100644 --- a/api/OpenIddict.Server.AttachTokenParameters.html +++ b/api/OpenIddict.Server.AttachTokenParameters.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.BeautifyUserCode.html b/api/OpenIddict.Server.BeautifyUserCode.html index 29b6c93..7a25710 100644 --- a/api/OpenIddict.Server.BeautifyUserCode.html +++ b/api/OpenIddict.Server.BeautifyUserCode.html @@ -183,8 +183,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.CreateIdentityTokenEntry.html b/api/OpenIddict.Server.CreateIdentityTokenEntry.html index 5c15c51..4ea869e 100644 --- a/api/OpenIddict.Server.CreateIdentityTokenEntry.html +++ b/api/OpenIddict.Server.CreateIdentityTokenEntry.html @@ -227,8 +227,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html b/api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html index 4a10be4..0c4644d 100644 --- a/api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html +++ b/api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html @@ -85,7 +85,7 @@ -

ReadToken(BinaryReader)

+

ReadToken(BinaryReader)

Declaration
@@ -103,7 +103,7 @@ - + @@ -127,7 +127,7 @@ -

WriteToken(BinaryWriter, ClaimsPrincipal)

+

WriteToken(BinaryWriter, ClaimsPrincipal)

Declaration
@@ -145,7 +145,7 @@ - + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html index f0ce6e8..3dad2c0 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html @@ -118,7 +118,7 @@ -

ReadToken(BinaryReader)

+

ReadToken(BinaryReader)

Declaration
@@ -136,7 +136,7 @@ - + @@ -160,7 +160,7 @@ -

WriteToken(BinaryWriter, ClaimsPrincipal)

+

WriteToken(BinaryWriter, ClaimsPrincipal)

Declaration
@@ -178,7 +178,7 @@ - + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.html index 172008b..8aee556 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.html @@ -83,7 +83,7 @@ was not configured to issue ASP.NET Core Data Protection access tokens.

Inherited Members
@@ -113,7 +113,7 @@ was not configured to issue ASP.NET Core Data Protection access tokens.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireDataProtectionAccessTokenFormatEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireDataProtectionAccessTokenFormatEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ was not configured to issue ASP.NET Core Data Protection access tokens.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.IO.BinaryReaderBinaryReader reader
System.IO.BinaryWriterBinaryWriter writer
System.IO.BinaryReaderBinaryReader reader
System.IO.BinaryWriterBinaryWriter writer
@@ -167,7 +167,7 @@ was not configured to issue ASP.NET Core Data Protection access tokens.

- + @@ -183,7 +183,7 @@ was not configured to issue ASP.NET Core Data Protection access tokens.

- + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.html index 59535cc..95add3d 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.html @@ -83,7 +83,7 @@ was not configured to issue ASP.NET Core Data Protection authorization codes.

Inherited Members
@@ -113,7 +113,7 @@ was not configured to issue ASP.NET Core Data Protection authorization codes.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireDataProtectionAuthorizationCodeFormatEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireDataProtectionAuthorizationCodeFormatEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ was not configured to issue ASP.NET Core Data Protection authorization codes.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ was not configured to issue ASP.NET Core Data Protection authorization codes.

- + @@ -183,7 +183,7 @@ was not configured to issue ASP.NET Core Data Protection authorization codes.

- + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.html index f99ab1d..a16d81a 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.html @@ -83,7 +83,7 @@ was not configured to issue ASP.NET Core Data Protection device codes.

Inherited Members
@@ -113,7 +113,7 @@ was not configured to issue ASP.NET Core Data Protection device codes.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireDataProtectionDeviceCodeFormatEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireDataProtectionDeviceCodeFormatEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ was not configured to issue ASP.NET Core Data Protection device codes.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ was not configured to issue ASP.NET Core Data Protection device codes.

- + @@ -183,7 +183,7 @@ was not configured to issue ASP.NET Core Data Protection device codes.

- + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.html index f8abb9f..e4ddd94 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.html @@ -83,7 +83,7 @@ was not configured to issue ASP.NET Core Data Protection refresh tokens.

Inherited Members
@@ -113,7 +113,7 @@ was not configured to issue ASP.NET Core Data Protection refresh tokens.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireDataProtectionRefreshTokenFormatEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireDataProtectionRefreshTokenFormatEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ was not configured to issue ASP.NET Core Data Protection refresh tokens.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ was not configured to issue ASP.NET Core Data Protection refresh tokens.

- + @@ -183,7 +183,7 @@ was not configured to issue ASP.NET Core Data Protection refresh tokens.

- + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html index 73b4773..59b4c27 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html @@ -83,7 +83,7 @@ was not configured to issue ASP.NET Core Data Protection user codes.

Inherited Members
@@ -113,7 +113,7 @@ was not configured to issue ASP.NET Core Data Protection user codes.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireDataProtectionUserCodeFormatEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireDataProtectionUserCodeFormatEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ was not configured to issue ASP.NET Core Data Protection user codes.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ was not configured to issue ASP.NET Core Data Protection user codes.

- + @@ -183,7 +183,7 @@ was not configured to issue ASP.NET Core Data Protection user codes.

- + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAccessToken.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAccessToken.html index b6c9988..9af9b46 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAccessToken.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAccessToken.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAuthorizationCode.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAuthorizationCode.html index 0e90c10..6276e87 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAuthorizationCode.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAuthorizationCode.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionDeviceCode.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionDeviceCode.html index 727f7d2..d1ca2a4 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionDeviceCode.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionDeviceCode.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionRefreshToken.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionRefreshToken.html index 5c5952a..0ff1132 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionRefreshToken.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionRefreshToken.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionUserCode.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionUserCode.html index bc27e1b..46fd73d 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionUserCode.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionUserCode.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html index 066d836..c2c5b57 100644 --- a/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html +++ b/api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateDataProtectionToken : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateDataProtectionToken : IOpenIddictServerHandler<ProcessAuthenticationContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.GenerateIdentityModelIdentityToken.html b/api/OpenIddict.Server.GenerateIdentityModelIdentityToken.html index 0809cd8..3b859c8 100644 --- a/api/OpenIddict.Server.GenerateIdentityModelIdentityToken.html +++ b/api/OpenIddict.Server.GenerateIdentityModelIdentityToken.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.IOpenIddictServerDispatcher.html b/api/OpenIddict.Server.IOpenIddictServerDispatcher.html index 3d0d975..2a518f5 100644 --- a/api/OpenIddict.Server.IOpenIddictServerDispatcher.html +++ b/api/OpenIddict.Server.IOpenIddictServerDispatcher.html @@ -91,7 +91,7 @@
Declaration
ValueTask DispatchAsync<TContext>(TContext context)
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -120,7 +120,7 @@ - + diff --git a/api/OpenIddict.Server.IOpenIddictServerFactory.html b/api/OpenIddict.Server.IOpenIddictServerFactory.html index 558bc35..233471f 100644 --- a/api/OpenIddict.Server.IOpenIddictServerFactory.html +++ b/api/OpenIddict.Server.IOpenIddictServerFactory.html @@ -102,7 +102,7 @@ - + diff --git a/api/OpenIddict.Server.IOpenIddictServerHandler-1.html b/api/OpenIddict.Server.IOpenIddictServerHandler-1.html index ff56f2d..49e7368 100644 --- a/api/OpenIddict.Server.IOpenIddictServerHandler-1.html +++ b/api/OpenIddict.Server.IOpenIddictServerHandler-1.html @@ -80,7 +80,7 @@
Syntax
public interface IOpenIddictServerHandler<in TContext>
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Type Parameters
System.Threading.Tasks.ValueTaskValueTask
System.Threading.Tasks.ValueTask<OpenIddictServerTransaction>ValueTask<OpenIddictServerTransaction>
@@ -139,8 +139,8 @@ - - + diff --git a/api/OpenIddict.Server.IOpenIddictServerHandlerFilter-1.html b/api/OpenIddict.Server.IOpenIddictServerHandlerFilter-1.html index 76d85e7..c26344f 100644 --- a/api/OpenIddict.Server.IOpenIddictServerHandlerFilter-1.html +++ b/api/OpenIddict.Server.IOpenIddictServerHandlerFilter-1.html @@ -79,7 +79,7 @@
Syntax
public interface IOpenIddictServerHandlerFilter<in TContext>
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -135,7 +135,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerDispatcher.html b/api/OpenIddict.Server.OpenIddictServerDispatcher.html index 78086d1..f54d7dc 100644 --- a/api/OpenIddict.Server.OpenIddictServerDispatcher.html +++ b/api/OpenIddict.Server.OpenIddictServerDispatcher.html @@ -164,7 +164,7 @@
Declaration
public ValueTask DispatchAsync<TContext>(TContext context)
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Parameters
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -193,7 +193,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleConfigurationRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleConfigurationRequestContext.html index b66c07b..7b3e467 100644 --- a/api/OpenIddict.Server.OpenIddictServerEvents.HandleConfigurationRequestContext.html +++ b/api/OpenIddict.Server.OpenIddictServerEvents.HandleConfigurationRequestContext.html @@ -473,7 +473,7 @@ the introspection endpoint provided by the authorization server.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleCryptographyRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleCryptographyRequestContext.html index a035fa3..76c6e9c 100644 --- a/api/OpenIddict.Server.OpenIddictServerEvents.HandleCryptographyRequestContext.html +++ b/api/OpenIddict.Server.OpenIddictServerEvents.HandleCryptographyRequestContext.html @@ -209,7 +209,7 @@ to allow the user code to decide how the request should be handled.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleIntrospectionRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleIntrospectionRequestContext.html index 1ac7315..986be1c 100644 --- a/api/OpenIddict.Server.OpenIddictServerEvents.HandleIntrospectionRequestContext.html +++ b/api/OpenIddict.Server.OpenIddictServerEvents.HandleIntrospectionRequestContext.html @@ -236,7 +236,7 @@ as part of the "aud" claim, if applicable.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleRevocationRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleRevocationRequestContext.html index 2e2c293..56e0f84 100644 --- a/api/OpenIddict.Server.OpenIddictServerEvents.HandleRevocationRequestContext.html +++ b/api/OpenIddict.Server.OpenIddictServerEvents.HandleRevocationRequestContext.html @@ -209,7 +209,7 @@ to allow the user code to decide how the request should be handled.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleUserinfoRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleUserinfoRequestContext.html index eff15e7..eb2997b 100644 --- a/api/OpenIddict.Server.OpenIddictServerEvents.HandleUserinfoRequestContext.html +++ b/api/OpenIddict.Server.OpenIddictServerEvents.HandleUserinfoRequestContext.html @@ -291,7 +291,7 @@ scope was requested and accepted by the resource owner.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerFactory.html b/api/OpenIddict.Server.OpenIddictServerFactory.html index 9b568ba..5612d83 100644 --- a/api/OpenIddict.Server.OpenIddictServerFactory.html +++ b/api/OpenIddict.Server.OpenIddictServerFactory.html @@ -170,7 +170,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandler-1.html b/api/OpenIddict.Server.OpenIddictServerHandler-1.html index fbcb680..2d9ff4e 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandler-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandler-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class OpenIddictServerHandler<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseContext
+
public class OpenIddictServerHandler<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseContext
Type Parameters
System.Threading.Tasks.ValueTaskValueTask
System.Collections.Generic.IDictionary<System.String, OpenIddictParameter>IDictionary<System.String, OpenIddictParameter>
System.Collections.Generic.List<JsonWebKey>List<JsonWebKey>
System.Collections.Generic.IDictionary<System.String, OpenIddictParameter>IDictionary<System.String, OpenIddictParameter>
System.Collections.Generic.IDictionary<System.String, System.Object>IDictionary<System.String, System.Object>
System.Collections.Generic.IDictionary<System.String, OpenIddictParameter>IDictionary<System.String, OpenIddictParameter>
System.Threading.Tasks.ValueTask<OpenIddictServerTransaction>ValueTask<OpenIddictServerTransaction>
@@ -135,7 +135,7 @@ -

OpenIddictServerHandler(Func<TContext, ValueTask>)

+

OpenIddictServerHandler(Func<TContext, ValueTask>)

Creates a new event using the specified handler delegate.

@@ -154,7 +154,7 @@ - + @@ -202,8 +202,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder-1.html b/api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder-1.html index 5e53e7a..b7374f1 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder-1.html @@ -109,7 +109,7 @@
Syntax
public class Builder<TContext>
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Type Parameters
System.Func<TContext, System.Threading.Tasks.ValueTask>System.Func<TContext, ValueTask> handler

The event handler delegate.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -431,7 +431,7 @@ -

UseInlineHandler(Func<TContext, ValueTask>)

+

UseInlineHandler(Func<TContext, ValueTask>)

Configures the descriptor to use the specified inline handler.

@@ -450,7 +450,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.html b/api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.html index c655c2f..bbf568e 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.html @@ -255,7 +255,7 @@ from the activated handlers if it doesn't meet the criteria.

Declaration
public static OpenIddictServerHandlerDescriptor.Builder<TContext> CreateBuilder<TContext>()
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Returns
System.Func<TContext, System.Threading.Tasks.ValueTask>System.Func<TContext, ValueTask> handler

The handler instance.

diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAccessTokenGenerated.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAccessTokenGenerated.html index 4f34942..cec3180 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAccessTokenGenerated.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAccessTokenGenerated.html @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationCodeGenerated.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationCodeGenerated.html index 5c2066e..eeba72a 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationCodeGenerated.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationCodeGenerated.html @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.html index b6c2eb7..ea6f459 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireAuthorizationRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireAuthorizationRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.html index d027a5d..1c7674c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireAuthorizationStorageEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireAuthorizationStorageEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.html index 4877d2f..1d8511e 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireClientIdParameter : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireClientIdParameter : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.html index 4b452d6..72653e7 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireConfigurationRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireConfigurationRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.html index 286a474..4ab92e3 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireCryptographyRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireCryptographyRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.html index e5b907d..020a8d8 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireDegradedModeDisabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireDegradedModeDisabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceCodeGenerated.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceCodeGenerated.html index 333d2a2..f678026 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceCodeGenerated.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceCodeGenerated.html @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.html index c420e7f..21693f4 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireDeviceRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireDeviceRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.html index 13df467..2bf1018 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireEndpointPermissionsEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireEndpointPermissionsEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.html index f21af5c..86e1aac 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireGrantTypePermissionsEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireGrantTypePermissionsEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIdentityTokenGenerated.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIdentityTokenGenerated.html index 735133e..a213716 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIdentityTokenGenerated.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIdentityTokenGenerated.html @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.html index acc483a..98c859b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireIntrospectionRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireIntrospectionRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.html index 2028e42..18f4ff8 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireLogoutRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireLogoutRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.html index 17deecb..42589c4 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequirePostLogoutRedirectUriParameter : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequirePostLogoutRedirectUriParameter : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.html index 95fdd07..e3a1035 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireReferenceAccessTokensEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireReferenceAccessTokensEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.html index 631b639..80f06c4 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireReferenceRefreshTokensEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireReferenceRefreshTokensEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRefreshTokenGenerated.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRefreshTokenGenerated.html index 6d3319b..8b3aa55 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRefreshTokenGenerated.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRefreshTokenGenerated.html @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.html index 863cc94..7273e2e 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireResponseTypePermissionsEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireResponseTypePermissionsEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.html index 3910bdc..299f156 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireRevocationRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireRevocationRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.html index ba1582b..9bcba72 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireScopePermissionsEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireScopePermissionsEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.html index fa11b29..ff37cad 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireScopeValidationEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireScopeValidationEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.html index 487dfff..c4cf275 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireSlidingRefreshTokenExpirationEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireSlidingRefreshTokenExpirationEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.html index f04ea39..41c6b3c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireTokenRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireTokenRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.html index eb04daf..f9d10c2 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireTokenStorageEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireTokenStorageEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserCodeGenerated.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserCodeGenerated.html index e68546f..49717d6 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserCodeGenerated.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserCodeGenerated.html @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.html index d1b57c7..701139b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireUserinfoRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireUserinfoRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.html index 9ad18fa..ced5768 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireVerificationRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireVerificationRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ApplyVerificationResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ApplyVerificationResponse-1.html index dd87700..9a56c3d 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ApplyVerificationResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ApplyVerificationResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyVerificationResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyVerificationResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachAuthorization.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachAuthorization.html index e5a6afc..b1fda75 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachAuthorization.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachAuthorization.html @@ -227,8 +227,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.html index c76fb50..15e3f15 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachDefaultChallengeError : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class AttachDefaultChallengeError : IOpenIddictServerHandler<ProcessChallengeContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultPresenters.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultPresenters.html index 9db2721..a560bfd 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultPresenters.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultPresenters.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultScopes.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultScopes.html index a5b89e5..5a70c8d 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultScopes.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultScopes.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDeviceCodeIdentifier.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDeviceCodeIdentifier.html index 2296efb..ddbe1ce 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDeviceCodeIdentifier.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachDeviceCodeIdentifier.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachPrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachPrincipal.html index c635031..73a089b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachPrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachPrincipal.html @@ -183,8 +183,8 @@ from the authorization code/refresh token to the event context.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachRedirectUri.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachRedirectUri.html index 44307b2..647acd0 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachRedirectUri.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachRedirectUri.html @@ -183,8 +183,8 @@ used to send the response back to the client application.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachResponseState.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachResponseState.html index 993f2f5..b79ca50 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachResponseState.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachResponseState.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachUserCodePrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachUserCodePrincipal.html index 5490af0..8919fc4 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.AttachUserCodePrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.AttachUserCodePrincipal.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ApplyAuthorizationResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ApplyAuthorizationResponse-1.html index 75a7e31..b2edf2d 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ApplyAuthorizationResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ApplyAuthorizationResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyAuthorizationResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyAuthorizationResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.html index 8bf4988..e50fb6c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAuthorizationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractAuthorizationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.html index 1872deb..cce42d0 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleAuthorizationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleAuthorizationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.html index 8e5b170..c325583 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateAuthorizationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateAuthorizationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientId.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientId.html index dfe517e..e43b458 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientId.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientId.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientIdParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientIdParameter.html index 2e72f14..1b6eea0 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientIdParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientIdParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientRedirectUri.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientRedirectUri.html index 32ec7a1..5c3b4de 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientRedirectUri.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientRedirectUri.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientType.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientType.html index e99a22d..66fc7df 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientType.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientType.html @@ -224,8 +224,8 @@ or when response type permissions enforcement is not disabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateNonceParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateNonceParameter.html index 35ee936..d894875 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateNonceParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateNonceParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidatePromptParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidatePromptParameter.html index 5430d92..6dfbbd4 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidatePromptParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidatePromptParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateProofKeyForCodeExchangeParameters.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateProofKeyForCodeExchangeParameters.html index 4352e9f..301412f 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateProofKeyForCodeExchangeParameters.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateProofKeyForCodeExchangeParameters.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRedirectUriParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRedirectUriParameter.html index 6e8f985..9092845 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRedirectUriParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRedirectUriParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestParameter.html index 0a9457a..b0f785a 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestUriParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestUriParameter.html index fd32ebd..6cd0684 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestUriParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestUriParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseModeParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseModeParameter.html index 04ed47e..0217025 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseModeParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseModeParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseTypeParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseTypeParameter.html index 8a24b04..67f388e 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseTypeParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseTypeParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateScopeParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateScopeParameter.html index 0152c1e..d79e8a2 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateScopeParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateScopeParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.html index f1afdeb..48bef20 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.html @@ -175,7 +175,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAccessToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAccessToken.html index 6e7141a..3fbe4e6 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAccessToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAccessToken.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAuthorizationCode.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAuthorizationCode.html index 9c126aa..575bfb3 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAuthorizationCode.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAuthorizationCode.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceDeviceCode.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceDeviceCode.html index 34c522a..f335ca2 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceDeviceCode.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceDeviceCode.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceRefreshToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceRefreshToken.html index 20f8d10..589d9ca 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceRefreshToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceRefreshToken.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceUserCode.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceUserCode.html index bfbf1ff..cb84d34 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceUserCode.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceUserCode.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateAccessTokenEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateAccessTokenEntry.html index 763241a..f7184ff 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateAccessTokenEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateAccessTokenEntry.html @@ -227,8 +227,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateAuthorizationCodeEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateAuthorizationCodeEntry.html index 0eb8334..5f3177a 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateAuthorizationCodeEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateAuthorizationCodeEntry.html @@ -227,8 +227,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateDeviceCodeEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateDeviceCodeEntry.html index 899446b..ef558ca 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateDeviceCodeEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateDeviceCodeEntry.html @@ -227,8 +227,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateRefreshTokenEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateRefreshTokenEntry.html index d0e66f0..0572bcb 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateRefreshTokenEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateRefreshTokenEntry.html @@ -227,8 +227,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateUserCodeEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateUserCodeEntry.html index 0a49ea7..0a215a7 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.CreateUserCodeEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.CreateUserCodeEntry.html @@ -227,8 +227,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ApplyDeviceResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ApplyDeviceResponse-1.html index 844c0c8..5f0b23d 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ApplyDeviceResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ApplyDeviceResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyDeviceResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyDeviceResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTaskValueTask
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.html index 982e6dd..15ed428 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractDeviceRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractDeviceRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.html index 3a54d68..c8e9e0c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleDeviceRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleDeviceRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateClientIdParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateClientIdParameter.html index c4105f8..e9103d6 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateClientIdParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateClientIdParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.html index 6010508..56fc1e6 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateDeviceRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateDeviceRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateScopeParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateScopeParameter.html index 025d803..7351550 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateScopeParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateScopeParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.html index a5b36bb..b19234b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Device.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Device.html @@ -175,7 +175,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyConfigurationResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyConfigurationResponse-1.html index 4e534ed..8b2bf01 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyConfigurationResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyConfigurationResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyConfigurationResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyConfigurationResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTaskValueTask
@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyCryptographyResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyCryptographyResponse-1.html index 9952ec3..4ad11e7 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyCryptographyResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyCryptographyResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyCryptographyResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyCryptographyResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachAdditionalMetadata.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachAdditionalMetadata.html index 1c514e6..8087add 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachAdditionalMetadata.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachAdditionalMetadata.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClaims.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClaims.html index 05ef3fa..47699b1 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClaims.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClaims.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClientAuthenticationMethods.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClientAuthenticationMethods.html index ec09f0b..2c918c8 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClientAuthenticationMethods.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClientAuthenticationMethods.html @@ -183,8 +183,8 @@ authentication methods to the provider discovery document.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachCodeChallengeMethods.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachCodeChallengeMethods.html index 50dd191..0bebea5 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachCodeChallengeMethods.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachCodeChallengeMethods.html @@ -183,8 +183,8 @@ code challenge methods to the provider discovery document.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachEndpoints.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachEndpoints.html index 190a57e..9cb3851 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachEndpoints.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachEndpoints.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachGrantTypes.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachGrantTypes.html index be7ed6b..50f0597 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachGrantTypes.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachGrantTypes.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseModes.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseModes.html index 7088c24..bd17aaa 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseModes.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseModes.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseTypes.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseTypes.html index ced5f4f..e68b820 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseTypes.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseTypes.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachScopes.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachScopes.html index f0befe7..19a1bbf 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachScopes.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachScopes.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningAlgorithms.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningAlgorithms.html index 804816d..0aa0b77 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningAlgorithms.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningAlgorithms.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningKeys.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningKeys.html index 3c24202..c04944f 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningKeys.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningKeys.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSubjectTypes.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSubjectTypes.html index 7b70736..2a643b6 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSubjectTypes.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSubjectTypes.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.html index 6565d2b..8d48f15 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractConfigurationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractConfigurationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.html index 3dbcc0a..10c372f 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractCryptographyRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractCryptographyRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.html index adc12a8..8329852 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleConfigurationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleConfigurationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.html index 4bf29f3..9a943af 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleCryptographyRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleCryptographyRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.html index 096795e..687e90c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateConfigurationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateConfigurationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.html index 36c2c66..553ea2b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateCryptographyRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateCryptographyRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.EvaluateTokenTypes.html b/api/OpenIddict.Server.OpenIddictServerHandlers.EvaluateTokenTypes.html index 9333b8e..88d4f88 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.EvaluateTokenTypes.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.EvaluateTokenTypes.html @@ -183,8 +183,8 @@ should be generated and optionally returned in the response.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ApplyTokenResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ApplyTokenResponse-1.html index 4d74a8c..b76f01f 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ApplyTokenResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ApplyTokenResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyTokenResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyTokenResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.html index cf751db..6a1c572 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractTokenRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractTokenRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.html index 84d804e..e213b9c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleTokenRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleTokenRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateAuthorizationCodeParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateAuthorizationCodeParameter.html index bb8ed44..293b73f 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateAuthorizationCodeParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateAuthorizationCodeParameter.html @@ -183,8 +183,8 @@ specify an authorization code for the authorization code grant type.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientCredentialsParameters.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientCredentialsParameters.html index 29d11cd..e18e8ac 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientCredentialsParameters.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientCredentialsParameters.html @@ -183,8 +183,8 @@ specify client credentials for the client credentials grant type.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientIdParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientIdParameter.html index 18b06a3..712e5a4 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientIdParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientIdParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateDeviceCodeParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateDeviceCodeParameter.html index df35c5e..a482554 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateDeviceCodeParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateDeviceCodeParameter.html @@ -183,8 +183,8 @@ don't specify a device code for the device code grant type.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateGrantType.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateGrantType.html index 0a2b453..2e34a02 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateGrantType.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateGrantType.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateProofKeyForCodeExchangeParameters.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateProofKeyForCodeExchangeParameters.html index 0acd276..bd68486 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateProofKeyForCodeExchangeParameters.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateProofKeyForCodeExchangeParameters.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateRefreshTokenParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateRefreshTokenParameter.html index 142b843..362eead 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateRefreshTokenParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateRefreshTokenParameter.html @@ -183,8 +183,8 @@ specify invalid parameters for the refresh token grant type.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateResourceOwnerCredentialsParameters.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateResourceOwnerCredentialsParameters.html index 1b12de4..909a189 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateResourceOwnerCredentialsParameters.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateResourceOwnerCredentialsParameters.html @@ -183,8 +183,8 @@ that specify invalid parameters for the password grant type.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.html index 2f748a7..fcf6932 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateTokenRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateTokenRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.html index 611976f..7b4b325 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.html @@ -175,7 +175,7 @@ - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.html index de98d00..3ee85d2 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractVerificationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractVerificationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTaskValueTask
@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAccessToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAccessToken.html index 6f17d32..cc348a7 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAccessToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAccessToken.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAuthorizationCode.html b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAuthorizationCode.html index bf8829c..85cb0b5 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAuthorizationCode.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAuthorizationCode.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelDeviceCode.html b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelDeviceCode.html index ee171f2..b5194bf 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelDeviceCode.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelDeviceCode.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelRefreshToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelRefreshToken.html index 8512ae4..f74decf 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelRefreshToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelRefreshToken.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelUserCode.html b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelUserCode.html index 879f08a..1a1b5ed 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelUserCode.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelUserCode.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.html index 74ee3fe..02440e9 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleVerificationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleVerificationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.InferResources.html b/api/OpenIddict.Server.OpenIddictServerHandlers.InferResources.html index 92abdf4..73ec312 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.InferResources.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.InferResources.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.InferResponseMode.html b/api/OpenIddict.Server.OpenIddictServerHandlers.InferResponseMode.html index 091cac9..62e45f5 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.InferResponseMode.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.InferResponseMode.html @@ -183,8 +183,8 @@ used to send the response back to the client application.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ApplyIntrospectionResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ApplyIntrospectionResponse-1.html index dead200..72b0a42 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ApplyIntrospectionResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ApplyIntrospectionResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyIntrospectionResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyIntrospectionResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachApplicationClaims.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachApplicationClaims.html index 3598335..02eaa37 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachApplicationClaims.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachApplicationClaims.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachMetadataClaims.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachMetadataClaims.html index 611d7d7..e72b09b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachMetadataClaims.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachMetadataClaims.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachPrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachPrincipal.html index de3c1c0..f61176d 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachPrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachPrincipal.html @@ -183,8 +183,8 @@ extracted from the introspected token to the event context.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.html index d2a7482..2f8ba03 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractIntrospectionRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractIntrospectionRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.html index bfe3c5b..a508720 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleIntrospectionRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleIntrospectionRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.NormalizeErrorResponse.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.NormalizeErrorResponse.html index 0661f5c..d7f453f 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.NormalizeErrorResponse.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.NormalizeErrorResponse.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateAuthorizedParty.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateAuthorizedParty.html index 61e86ee..7f73ab0 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateAuthorizedParty.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateAuthorizedParty.html @@ -183,8 +183,8 @@ that cannot be introspected by the client application sending the introspection - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientId.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientId.html index c40bfe2..066142d 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientId.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientId.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientIdParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientIdParameter.html index 6d7fbff..bbff162 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientIdParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientIdParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientSecret.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientSecret.html index d221e42..43be405 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientSecret.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientSecret.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientType.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientType.html index 0b40093..19eb379 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientType.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientType.html @@ -223,8 +223,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateEndpointPermissions.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateEndpointPermissions.html index a62c68d..112aeb1 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateEndpointPermissions.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateEndpointPermissions.html @@ -223,8 +223,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.html index 4d45f51..dd9b2ae 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateIntrospectionRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateIntrospectionRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateToken.html index 401af69..4ea6f70 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateToken.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenParameter.html index d8d4338..c82d882 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenType.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenType.html index daf7ec7..4973677 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenType.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenType.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.html b/api/OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.html index cdd10ee..f924ab9 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class MapInternalClaims : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class MapInternalClaims : IOpenIddictServerHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.html b/api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.html index c628c20..ebb35aa 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class NormalizeScopeClaims : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class NormalizeScopeClaims : IOpenIddictServerHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.html b/api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.html index 8b1c574..12f6785 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.html @@ -83,7 +83,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class NormalizeUserCode : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class NormalizeUserCode : IOpenIddictServerHandler<ProcessAuthenticationContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -183,8 +183,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAccessTokenPrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAccessTokenPrincipal.html index e9eb4e3..55a5549 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAccessTokenPrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAccessTokenPrincipal.html @@ -183,8 +183,8 @@ used to generate the access token, if one is going to be returned.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAuthorizationCodePrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAuthorizationCodePrincipal.html index 77f761a..cce6b6d 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAuthorizationCodePrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAuthorizationCodePrincipal.html @@ -183,8 +183,8 @@ used to generate the authorization code, if one is going to be returned.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareDeviceCodePrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareDeviceCodePrincipal.html index 8290a67..826242c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareDeviceCodePrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareDeviceCodePrincipal.html @@ -183,8 +183,8 @@ used to generate the device code, if one is going to be returned.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareIdentityTokenPrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareIdentityTokenPrincipal.html index cbc286d..433c8f5 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareIdentityTokenPrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareIdentityTokenPrincipal.html @@ -183,8 +183,8 @@ used to generate the identity token, if one is going to be returned.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareRefreshTokenPrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareRefreshTokenPrincipal.html index 4a8947e..1db0258 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareRefreshTokenPrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareRefreshTokenPrincipal.html @@ -183,8 +183,8 @@ used to generate the refresh token, if one is going to be returned.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareUserCodePrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareUserCodePrincipal.html index 296ae84..960dec0 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareUserCodePrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.PrepareUserCodePrincipal.html @@ -183,8 +183,8 @@ used to generate the user code, if one is going to be returned.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.RedeemTokenEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.RedeemTokenEntry.html index 9ed9d98..eeb4d81 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.RedeemTokenEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.RedeemTokenEntry.html @@ -223,8 +223,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.html index 0cf4108..dc3ae87 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.html @@ -83,7 +83,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class RejectDeviceCodeEntry : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class RejectDeviceCodeEntry : IOpenIddictServerHandler<ProcessChallengeContext>

Constructors

@@ -187,13 +187,13 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -206,7 +206,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.html index d556570..b16e8bd 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.html @@ -83,7 +83,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class RejectUserCodeEntry : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class RejectUserCodeEntry : IOpenIddictServerHandler<ProcessChallengeContext>

Constructors

@@ -187,13 +187,13 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -206,7 +206,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.RestoreInternalClaims.html b/api/OpenIddict.Server.OpenIddictServerHandlers.RestoreInternalClaims.html index 476249a..6d1f88c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.RestoreInternalClaims.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.RestoreInternalClaims.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.html b/api/OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.html index c5ff925..392a750 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.html @@ -83,7 +83,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class RestoreReferenceTokenProperties : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class RestoreReferenceTokenProperties : IOpenIddictServerHandler<ProcessAuthenticationContext>

Constructors

@@ -187,12 +187,12 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -205,7 +205,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -221,7 +221,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ApplyRevocationResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ApplyRevocationResponse-1.html index 36941b8..24de488 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ApplyRevocationResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ApplyRevocationResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyRevocationResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyRevocationResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTaskValueTask
@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.AttachPrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.AttachPrincipal.html index 51a0494..7f94532 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.AttachPrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.AttachPrincipal.html @@ -183,8 +183,8 @@ extracted from the revoked token to the event context.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.html index 94217bc..a4ddb35 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractRevocationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractRevocationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.html index 1601057..e0a7eae 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleRevocationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleRevocationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.NormalizeErrorResponse.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.NormalizeErrorResponse.html index 77bcb10..8908997 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.NormalizeErrorResponse.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.NormalizeErrorResponse.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.RevokeToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.RevokeToken.html index d809b25..dbde637 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.RevokeToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.RevokeToken.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateAuthorizedParty.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateAuthorizedParty.html index 5bd1091..f1fe826 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateAuthorizedParty.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateAuthorizedParty.html @@ -183,8 +183,8 @@ that cannot be revoked by the client application sending the revocation requests - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientId.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientId.html index d44e963..6a93977 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientId.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientId.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientIdParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientIdParameter.html index 15449ec..39b8166 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientIdParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientIdParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientSecret.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientSecret.html index cb67daa..0b32102 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientSecret.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientSecret.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientType.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientType.html index 976ef13..16f34fa 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientType.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientType.html @@ -223,8 +223,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateEndpointPermissions.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateEndpointPermissions.html index cf99bf5..7756d73 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateEndpointPermissions.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateEndpointPermissions.html @@ -223,8 +223,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.html index 40ef429..4bd12ba 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateRevocationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateRevocationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateToken.html index 6b58492..2fbb505 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateToken.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenParameter.html index 1e072dd..9d2d257 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenType.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenType.html index 251358c..5a9081b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenType.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenType.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ApplyLogoutResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ApplyLogoutResponse-1.html index 8ac7f45..7c736b8 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ApplyLogoutResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ApplyLogoutResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyLogoutResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyLogoutResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachPostLogoutRedirectUri.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachPostLogoutRedirectUri.html index bef4360..f1394d1 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachPostLogoutRedirectUri.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachPostLogoutRedirectUri.html @@ -183,8 +183,8 @@ used to send the response back to the client application.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachResponseState.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachResponseState.html index dafe2d4..632a6f6 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachResponseState.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachResponseState.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.html index cc869ca..fa6750b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractLogoutRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractLogoutRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.html index 29f4396..4d15d87 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleLogoutRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleLogoutRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateClientPostLogoutRedirectUri.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateClientPostLogoutRedirectUri.html index c4ad727..1c326fb 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateClientPostLogoutRedirectUri.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateClientPostLogoutRedirectUri.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.html index 2901f30..be32689 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateLogoutRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateLogoutRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidatePostLogoutRedirectUriParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidatePostLogoutRedirectUriParameter.html index ae6f6cf..328eeba 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidatePostLogoutRedirectUriParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidatePostLogoutRedirectUriParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.UpdateReferenceDeviceCodeEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.UpdateReferenceDeviceCodeEntry.html index ef808e2..aa18963 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.UpdateReferenceDeviceCodeEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.UpdateReferenceDeviceCodeEntry.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ApplyUserinfoResponse-1.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ApplyUserinfoResponse-1.html index fdd3602..cd806db 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ApplyUserinfoResponse-1.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ApplyUserinfoResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ApplyUserinfoResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ApplyUserinfoResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -227,8 +227,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachAudiences.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachAudiences.html index 93c7df1..5dfa38c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachAudiences.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachAudiences.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachClaims.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachClaims.html index 590d2d3..b1764e7 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachClaims.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachClaims.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachPrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachPrincipal.html index 14dd720..9c96249 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachPrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachPrincipal.html @@ -183,8 +183,8 @@ extracted from the access token to the event context.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.html index fdb5677..faf69ae 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractUserinfoRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ExtractUserinfoRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.html index 5e4ba56..60c95ae 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleUserinfoRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class HandleUserinfoRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateAccessTokenParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateAccessTokenParameter.html index 73142c7..81dec59 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateAccessTokenParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateAccessTokenParameter.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateToken.html index faed831..aaf42ba 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateToken.html @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.html index a142016..9608b67 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateUserinfoRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateUserinfoRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.html index 0aed7ef..16ddfeb 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateAuthenticationDemand : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateAuthenticationDemand : IOpenIddictServerHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.html index 6a1db3b..0df9007 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.html @@ -84,7 +84,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -114,7 +114,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateAuthorizationEntry : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateAuthorizationEntry : IOpenIddictServerHandler<ProcessAuthenticationContext>

Constructors

@@ -188,12 +188,12 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -206,7 +206,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -222,7 +222,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.html index 0907616..0389160 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateChallengeDemand : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class ValidateChallengeDemand : IOpenIddictServerHandler<ProcessChallengeContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTaskValueTask
@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientId.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientId.html index b26d47b..131238e 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientId.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientId.html @@ -72,7 +72,7 @@

Class OpenIddictServerHandlers.ValidateClientId

-

Contains the logic responsible of rejecting token requests that use an invalid client_id. +

Contains the logic responsible of rejecting device requests that use an invalid client_id. Note: this handler is not used when the degraded mode is enabled.

@@ -83,8 +83,8 @@ Note: this handler is not used when the degraded mode is enabled.

Implements
-
IOpenIddictServerHandler<ValidateTokenRequestContext>
IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
IOpenIddictServerHandler<ValidateTokenRequestContext>
Inherited Members
@@ -114,7 +114,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateClientId : IOpenIddictServerHandler<ValidateTokenRequestContext>, IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
public class ValidateClientId : IOpenIddictServerHandler<ValidateDeviceRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>

Constructors

@@ -286,8 +286,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + @@ -330,8 +330,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientSecret.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientSecret.html index 9dcbb84..9e201de 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientSecret.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientSecret.html @@ -72,7 +72,7 @@

Class OpenIddictServerHandlers.ValidateClientSecret

-

Contains the logic responsible of rejecting token requests specifying an invalid client secret. +

Contains the logic responsible of rejecting device requests specifying an invalid client secret. Note: this handler is not used when the degraded mode is enabled.

@@ -83,8 +83,8 @@ Note: this handler is not used when the degraded mode is enabled.

Implements
-
IOpenIddictServerHandler<ValidateTokenRequestContext>
IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
IOpenIddictServerHandler<ValidateTokenRequestContext>
Inherited Members
@@ -114,7 +114,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateClientSecret : IOpenIddictServerHandler<ValidateTokenRequestContext>, IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
public class ValidateClientSecret : IOpenIddictServerHandler<ValidateDeviceRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>

Constructors

@@ -286,8 +286,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + @@ -330,8 +330,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientType.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientType.html index 5598760..ecba45f 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientType.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientType.html @@ -72,7 +72,7 @@

Class OpenIddictServerHandlers.ValidateClientType

-

Contains the logic responsible of rejecting token requests made by applications +

Contains the logic responsible of rejecting device requests made by applications whose client type is not compatible with the requested grant type. Note: this handler is not used when the degraded mode is enabled.

@@ -84,8 +84,8 @@ Note: this handler is not used when the degraded mode is enabled.

Implements
-
IOpenIddictServerHandler<ValidateTokenRequestContext>
IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
IOpenIddictServerHandler<ValidateTokenRequestContext>
Inherited Members
@@ -115,7 +115,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateClientType : IOpenIddictServerHandler<ValidateTokenRequestContext>, IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
public class ValidateClientType : IOpenIddictServerHandler<ValidateDeviceRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>

Constructors

@@ -287,8 +287,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + @@ -331,8 +331,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateCodeVerifier.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateCodeVerifier.html index b7c5481..06882a1 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateCodeVerifier.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateCodeVerifier.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateEndpointPermissions.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateEndpointPermissions.html index 42a7a27..2c58234 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateEndpointPermissions.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateEndpointPermissions.html @@ -72,8 +72,9 @@

Class OpenIddictServerHandlers.ValidateEndpointPermissions

-

Contains the logic responsible of rejecting authorization requests made by unauthorized applications. -Note: this handler is not used when the degraded mode is enabled or when endpoint permissions are disabled.

+

Contains the logic responsible of rejecting device requests made by +applications that haven't been granted the device endpoint permission. +Note: this handler is not used when the degraded mode is enabled.

@@ -83,9 +84,9 @@ Note: this handler is not used when the degraded mode is enabled or when endpoin
Implements
+
IOpenIddictServerHandler<ValidateDeviceRequestContext>
IOpenIddictServerHandler<ValidateAuthorizationRequestContext>
IOpenIddictServerHandler<ValidateTokenRequestContext>
-
IOpenIddictServerHandler<ValidateDeviceRequestContext>
Inherited Members
@@ -115,7 +116,7 @@ Note: this handler is not used when the degraded mode is enabled or when endpoin
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateEndpointPermissions : IOpenIddictServerHandler<ValidateAuthorizationRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>, IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
public class ValidateEndpointPermissions : IOpenIddictServerHandler<ValidateDeviceRequestContext>, IOpenIddictServerHandler<ValidateAuthorizationRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>

Constructors

@@ -350,8 +351,8 @@ Note: this handler is not used when the degraded mode is enabled or when endpoin
- - + @@ -394,8 +395,8 @@ Note: this handler is not used when the degraded mode is enabled or when endpoin - - + @@ -438,8 +439,8 @@ Note: this handler is not used when the degraded mode is enabled or when endpoin - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.html index 1ca0500..edaae6e 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateExpirationDate : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateExpirationDate : IOpenIddictServerHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantTypePermissions.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantTypePermissions.html index e9e80b7..982c141 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantTypePermissions.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantTypePermissions.html @@ -72,7 +72,7 @@

Class OpenIddictServerHandlers.ValidateGrantTypePermissions

-

Contains the logic responsible of rejecting authorization requests made by unauthorized applications. +

Contains the logic responsible of rejecting device requests made by unauthorized applications. Note: this handler is not used when the degraded mode is enabled or when grant type permissions are disabled.

@@ -83,9 +83,9 @@ Note: this handler is not used when the degraded mode is enabled or when grant t
Implements
+
IOpenIddictServerHandler<ValidateDeviceRequestContext>
IOpenIddictServerHandler<ValidateAuthorizationRequestContext>
IOpenIddictServerHandler<ValidateTokenRequestContext>
-
IOpenIddictServerHandler<ValidateDeviceRequestContext>
Inherited Members
@@ -115,7 +115,7 @@ Note: this handler is not used when the degraded mode is enabled or when grant t
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateGrantTypePermissions : IOpenIddictServerHandler<ValidateAuthorizationRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>, IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
public class ValidateGrantTypePermissions : IOpenIddictServerHandler<ValidateDeviceRequestContext>, IOpenIddictServerHandler<ValidateAuthorizationRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>

Constructors

@@ -350,8 +350,8 @@ Note: this handler is not used when the degraded mode is enabled or when grant t
- - + @@ -394,8 +394,8 @@ Note: this handler is not used when the degraded mode is enabled or when grant t - - + @@ -438,8 +438,8 @@ Note: this handler is not used when the degraded mode is enabled or when grant t - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantedScopes.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantedScopes.html index 11d8419..46017a8 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantedScopes.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantedScopes.html @@ -183,8 +183,8 @@ were not initially granted by the resource owner during the authorization reques - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.html index 87177a4..ec8270c 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateIdentityModelToken : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateIdentityModelToken : IOpenIddictServerHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePresenters.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePresenters.html index fb7dd08..3b7a7ea 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePresenters.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePresenters.html @@ -183,8 +183,8 @@ a device code or a refresh token that was issued for a different client applicat - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.html index ba7b8ff..936c896 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidatePrincipal : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidatePrincipal : IOpenIddictServerHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateProofKeyForCodeExchangeRequirement.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateProofKeyForCodeExchangeRequirement.html index dd70302..32fa7db 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateProofKeyForCodeExchangeRequirement.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateProofKeyForCodeExchangeRequirement.html @@ -287,8 +287,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + @@ -331,8 +331,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateRedirectUri.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateRedirectUri.html index 4d962bb..eeac05b 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateRedirectUri.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateRedirectUri.html @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.html index 9ee9f20..f13e1d1 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.html @@ -83,7 +83,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateReferenceTokenIdentifier : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateReferenceTokenIdentifier : IOpenIddictServerHandler<ProcessAuthenticationContext>

Constructors

@@ -187,12 +187,12 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -205,7 +205,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -221,7 +221,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateResponseTypePermissions.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateResponseTypePermissions.html index 0c53504..01409c3 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateResponseTypePermissions.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateResponseTypePermissions.html @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled or when grant t - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateScopePermissions.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateScopePermissions.html index 9f77a85..7d8f41f 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateScopePermissions.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateScopePermissions.html @@ -72,8 +72,9 @@

Class OpenIddictServerHandlers.ValidateScopePermissions

-

Contains the logic responsible of rejecting authorization requests made by unauthorized applications. -Note: this handler is not used when the degraded mode is enabled or when scope permissions are disabled.

+

Contains the logic responsible of rejecting device requests made by applications +that haven't been granted the appropriate grant type permission. +Note: this handler is not used when the degraded mode is enabled.

@@ -83,9 +84,9 @@ Note: this handler is not used when the degraded mode is enabled or when scope p
Implements
+
IOpenIddictServerHandler<ValidateDeviceRequestContext>
IOpenIddictServerHandler<ValidateAuthorizationRequestContext>
IOpenIddictServerHandler<ValidateTokenRequestContext>
-
IOpenIddictServerHandler<ValidateDeviceRequestContext>
Inherited Members
@@ -115,7 +116,7 @@ Note: this handler is not used when the degraded mode is enabled or when scope p
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateScopePermissions : IOpenIddictServerHandler<ValidateAuthorizationRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>, IOpenIddictServerHandler<ValidateDeviceRequestContext>
+
public class ValidateScopePermissions : IOpenIddictServerHandler<ValidateDeviceRequestContext>, IOpenIddictServerHandler<ValidateAuthorizationRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext>

Constructors

@@ -350,8 +351,8 @@ Note: this handler is not used when the degraded mode is enabled or when scope p
- - + @@ -394,8 +395,8 @@ Note: this handler is not used when the degraded mode is enabled or when scope p - - + @@ -438,8 +439,8 @@ Note: this handler is not used when the degraded mode is enabled or when scope p - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateSignInDemand.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateSignInDemand.html index 55a3e5e..a233fdf 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateSignInDemand.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateSignInDemand.html @@ -183,8 +183,8 @@ is compatible with the type of the endpoint that handled the request.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateToken.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateToken.html index 9b8c07a..481c351 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateToken.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateToken.html @@ -212,8 +212,8 @@ specify a valid authorization code, device code or refresh token.

- - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.html index 8b7b43b..ce1b7fc 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.html @@ -84,7 +84,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -114,7 +114,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateTokenEntry : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateTokenEntry : IOpenIddictServerHandler<ProcessAuthenticationContext>

Constructors

@@ -188,12 +188,12 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTaskValueTask
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -206,7 +206,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -222,7 +222,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.html index ef6a2a3..834d954 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateTokenParameter : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateTokenParameter : IOpenIddictServerHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTaskValueTask
@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.html b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.html index d4c7ce9..6249512 100644 --- a/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.html +++ b/api/OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateVerificationRequest : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateVerificationRequest : IOpenIddictServerHandler<ProcessRequestContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Server.OpenIddictServerOptions.html b/api/OpenIddict.Server.OpenIddictServerOptions.html index b2fdf6f..15b6c95 100644 --- a/api/OpenIddict.Server.OpenIddictServerOptions.html +++ b/api/OpenIddict.Server.OpenIddictServerOptions.html @@ -216,7 +216,7 @@ While not recommended, this property can be set to null to issue co - + @@ -295,7 +295,7 @@ By default, only the S256 method is allowed (if the code flow is enabled).

- + @@ -321,7 +321,7 @@ By default, only the S256 method is allowed (if the code flow is enabled).

- + @@ -376,7 +376,7 @@ Note: the same value should be chosen for both System.Collections.Generic.List<Uri> + @@ -605,7 +605,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate - + @@ -663,7 +663,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa - + @@ -825,7 +825,7 @@ Setting this property to true is NOT recommended.

- + @@ -904,7 +904,7 @@ The URI must be absolute and may contain a path, but no query string or fragment - + @@ -1066,7 +1066,7 @@ lack the code_challenge will be automatically rejected by OpenIddict.

- + @@ -1122,7 +1122,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate - + @@ -1152,7 +1152,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate - + @@ -1297,7 +1297,7 @@ that provides additional protection against token leakage.

- + @@ -1323,7 +1323,7 @@ that provides additional protection against token leakage.

- + diff --git a/api/OpenIddict.Server.OpenIddictServerTransaction.html b/api/OpenIddict.Server.OpenIddictServerTransaction.html index 10f7d00..3d1476c 100644 --- a/api/OpenIddict.Server.OpenIddictServerTransaction.html +++ b/api/OpenIddict.Server.OpenIddictServerTransaction.html @@ -237,7 +237,7 @@ - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandler.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandler.html index 008495b..04b603a 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandler.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandler.html @@ -145,7 +145,7 @@ - + @@ -170,7 +170,7 @@ - + @@ -195,7 +195,7 @@ - + @@ -220,7 +220,7 @@ - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html index 5ef970f..2755c29 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the authorization endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the authorization endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireAuthorizationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireAuthorizationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the authorization endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Collections.Generic.List<Uri>List<Uri>
System.Collections.Generic.List<Uri>List<Uri>
System.Collections.Generic.List<Uri>List<Uri>
List<Uri>
System.Collections.Generic.List<EncryptingCredentials>List<EncryptingCredentials>
System.Collections.Generic.List<OpenIddictServerHandlerDescriptor>List<OpenIddictServerHandlerDescriptor>
System.Collections.Generic.List<Uri>List<Uri>
System.Collections.Generic.List<Uri>List<Uri>
System.Collections.Generic.List<Uri>List<Uri>
System.Collections.Generic.List<SigningCredentials>List<SigningCredentials>
System.Collections.Generic.List<Uri>List<Uri>
System.Collections.Generic.List<Uri>List<Uri>
System.Collections.Generic.List<Uri>List<Uri>
System.Collections.Generic.IDictionary<System.String, System.Object>IDictionary<System.String, System.Object>
System.Threading.Tasks.Task<System.Nullable<AuthenticationTicket>>Task<System.Nullable<AuthenticationTicket>>
System.Threading.Tasks.TaskTask
System.Threading.Tasks.Task<System.Boolean>Task<System.Boolean>
System.Threading.Tasks.TaskTask
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the authorization endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the authorization endpoint.

- + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.html index da09624..71ddfd6 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireAuthorizationRequestCachingEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireAuthorizationRequestCachingEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.html index de2d3e2..be8291e 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireErrorPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireErrorPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html index 80e9d33..0ef9a0e 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the logout endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the logout endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireLogoutEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireLogoutEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the logout endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the logout endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the logout endpoint.

- + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.html index d8b88d7..900d0af 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireLogoutRequestCachingEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireLogoutRequestCachingEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.html index 3c111d6..67cb3e4 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireOwinRequest : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireOwinRequest : IOpenIddictServerHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.html index e1f5232..3314fd7 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the authorization endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the authorization endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireTokenEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireTokenEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the authorization endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the authorization endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the authorization endpoint.

- + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.html index e8bf95a..d03676b 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireTransportSecurityRequirementEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireTransportSecurityRequirementEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -148,12 +148,12 @@ -

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,7 +182,7 @@ - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html index 15e3a27..844bcf2 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the userinfo endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the userinfo endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireUserinfoEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireUserinfoEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the userinfo endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the userinfo endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the userinfo endpoint.

- + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html index ff07d54..1e90539 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html @@ -83,7 +83,7 @@ pass-through mode was not enabled for the verification endpoint.

Inherited Members
@@ -113,7 +113,7 @@ pass-through mode was not enabled for the verification endpoint.

Assembly: cs.temp.dll.dll
Syntax
-
public class RequireVerificationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireVerificationEndpointPassthroughEnabled : IOpenIddictServerHandlerFilter<BaseContext>

Constructors

@@ -149,12 +149,12 @@ pass-through mode was not enabled for the verification endpoint.

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -167,7 +167,7 @@ pass-through mode was not enabled for the verification endpoint.

- + @@ -183,7 +183,7 @@ pass-through mode was not enabled for the verification endpoint.

- + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachCacheControlHeader-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachCacheControlHeader-1.html index 5e8ae2e..9bdbbfa 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachCacheControlHeader-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachCacheControlHeader-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachCacheControlHeader<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachCacheControlHeader<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.html index 3521114..d73c6f1 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHostChallengeError : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class AttachHostChallengeError : IOpenIddictServerHandler<ProcessChallengeContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHttpResponseCode-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHttpResponseCode-1.html index a8fb259..dccc9bf 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHttpResponseCode-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHttpResponseCode-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHttpResponseCode<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachHttpResponseCode<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachWwwAuthenticateHeader-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachWwwAuthenticateHeader-1.html index 1fd4ea8..a10b946 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachWwwAuthenticateHeader-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachWwwAuthenticateHeader-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachWwwAuthenticateHeader<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachWwwAuthenticateHeader<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -228,8 +228,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.CacheRequestParameters.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.CacheRequestParameters.html index 16e82c1..f0c9187 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.CacheRequestParameters.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.CacheRequestParameters.html @@ -227,8 +227,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFormPostResponse.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFormPostResponse.html index 5909e05..85d7d8e 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFormPostResponse.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFormPostResponse.html @@ -212,8 +212,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFragmentResponse.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFragmentResponse.html index 8ae3597..368f4ff 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFragmentResponse.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFragmentResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessQueryResponse.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessQueryResponse.html index b991b65..df92f3a 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessQueryResponse.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessQueryResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RemoveCachedRequest.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RemoveCachedRequest.html index ee15d5a..68bc0ec 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RemoveCachedRequest.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RemoveCachedRequest.html @@ -222,8 +222,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RestoreCachedRequestParameters.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RestoreCachedRequestParameters.html index e815187..a7d451c 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RestoreCachedRequestParameters.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RestoreCachedRequestParameters.html @@ -222,8 +222,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.EnablePassthroughMode-2.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.EnablePassthroughMode-2.html index 52bff34..6b477f7 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.EnablePassthroughMode-2.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.EnablePassthroughMode-2.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class EnablePassthroughMode<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext>
+
public class EnablePassthroughMode<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext>
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -203,8 +203,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractAccessToken-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractAccessToken-1.html index 6c195cb..207345f 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractAccessToken-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractAccessToken-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAccessToken<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractAccessToken<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractBasicAuthenticationCredentials-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractBasicAuthenticationCredentials-1.html index b442bb8..45cb2e3 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractBasicAuthenticationCredentials-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractBasicAuthenticationCredentials-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractBasicAuthenticationCredentials<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractBasicAuthenticationCredentials<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetOrPostRequest-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetOrPostRequest-1.html index 99b6682..de4ec15 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetOrPostRequest-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetOrPostRequest-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractGetOrPostRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractGetOrPostRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetRequest-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetRequest-1.html index c99b93b..87db70f 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetRequest-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetRequest-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractGetRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractGetRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractPostRequest-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractPostRequest-1.html index e1d94ee..5ddab29 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractPostRequest-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractPostRequest-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractPostRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class ExtractPostRequest<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.html index 9684482..7842b8f 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class InferEndpointType : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class InferEndpointType : IOpenIddictServerHandler<ProcessRequestContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.html index fed710a..dde0a70 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class InferIssuerFromHost : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class InferIssuerFromHost : IOpenIddictServerHandler<ProcessRequestContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessChallengeErrorResponse-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessChallengeErrorResponse-1.html index f12d7ee..695e8dd 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessChallengeErrorResponse-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessChallengeErrorResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessChallengeErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessChallengeErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessEmptyResponse-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessEmptyResponse-1.html index d7de172..9d91619 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessEmptyResponse-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessEmptyResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessEmptyResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessEmptyResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessHostRedirectionResponse.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessHostRedirectionResponse.html index 5eb9266..d9bb1f8 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessHostRedirectionResponse.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessHostRedirectionResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessJsonResponse-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessJsonResponse-1.html index 0e70aed..05d9d2a 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessJsonResponse-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessJsonResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessJsonResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessJsonResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessLocalErrorResponse-1.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessLocalErrorResponse-1.html index c596c77..328c504 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessLocalErrorResponse-1.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessLocalErrorResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessLocalErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessLocalErrorResponse<TContext> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessPassthroughErrorResponse-2.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessPassthroughErrorResponse-2.html index ecbeee0..cdfc4ba 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessPassthroughErrorResponse-2.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessPassthroughErrorResponse-2.html @@ -114,7 +114,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessPassthroughErrorResponse<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext>
+
public class ProcessPassthroughErrorResponse<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext>
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -204,8 +204,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.CacheRequestParameters.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.CacheRequestParameters.html index a21588b..fe612e5 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.CacheRequestParameters.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.CacheRequestParameters.html @@ -227,8 +227,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessHostRedirectionResponse.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessHostRedirectionResponse.html index 9563bdd..75d489a 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessHostRedirectionResponse.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessHostRedirectionResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessQueryResponse.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessQueryResponse.html index bcaf749..6cff445 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessQueryResponse.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessQueryResponse.html @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RemoveCachedRequest.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RemoveCachedRequest.html index 947f908..6754744 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RemoveCachedRequest.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RemoveCachedRequest.html @@ -222,8 +222,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RestoreCachedRequestParameters.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RestoreCachedRequestParameters.html index 12cd493..21a8f7f 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RestoreCachedRequestParameters.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RestoreCachedRequestParameters.html @@ -222,8 +222,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.html index 8c9e0ad..257e833 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateTransportSecurityRequirement : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class ValidateTransportSecurityRequirement : IOpenIddictServerHandler<ProcessRequestContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinMiddlewareFactory.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinMiddlewareFactory.html index 18d3cdd..1723e8d 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinMiddlewareFactory.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinMiddlewareFactory.html @@ -161,8 +161,8 @@ which is used to register System.Threading.Tasks.Task - + diff --git a/api/OpenIddict.Server.Owin.OpenIddictServerOwinOptions.html b/api/OpenIddict.Server.Owin.OpenIddictServerOwinOptions.html index 4d9c34a..0ed377f 100644 --- a/api/OpenIddict.Server.Owin.OpenIddictServerOwinOptions.html +++ b/api/OpenIddict.Server.Owin.OpenIddictServerOwinOptions.html @@ -220,7 +220,7 @@ or when large GET or POST OpenID Connect authorization requests support is requi
Declaration
diff --git a/api/OpenIddict.Server.ValidateSignOutDemand.html b/api/OpenIddict.Server.ValidateSignOutDemand.html index 088037f..c9c6fa7 100644 --- a/api/OpenIddict.Server.ValidateSignOutDemand.html +++ b/api/OpenIddict.Server.ValidateSignOutDemand.html @@ -183,8 +183,8 @@ is compatible with the type of the endpoint that handled the request.

- - + diff --git a/api/OpenIddict.Server.html b/api/OpenIddict.Server.html index f5debab..c5cf07c 100644 --- a/api/OpenIddict.Server.html +++ b/api/OpenIddict.Server.html @@ -941,15 +941,15 @@ Note: this handler is not used when the degraded mode is enabled.

Contains the logic responsible of rejecting challenge demands made from unsupported endpoints.

OpenIddictServerHandlers.ValidateClientId

-

Contains the logic responsible of rejecting token requests that use an invalid client_id. +

Contains the logic responsible of rejecting device requests that use an invalid client_id. Note: this handler is not used when the degraded mode is enabled.

OpenIddictServerHandlers.ValidateClientSecret

-

Contains the logic responsible of rejecting token requests specifying an invalid client secret. +

Contains the logic responsible of rejecting device requests specifying an invalid client secret. Note: this handler is not used when the degraded mode is enabled.

OpenIddictServerHandlers.ValidateClientType

-

Contains the logic responsible of rejecting token requests made by applications +

Contains the logic responsible of rejecting device requests made by applications whose client type is not compatible with the requested grant type. Note: this handler is not used when the degraded mode is enabled.

@@ -957,8 +957,9 @@ Note: this handler is not used when the degraded mode is enabled.

Contains the logic responsible of rejecting token requests that specify an invalid code verifier.

OpenIddictServerHandlers.ValidateEndpointPermissions

-

Contains the logic responsible of rejecting authorization requests made by unauthorized applications. -Note: this handler is not used when the degraded mode is enabled or when endpoint permissions are disabled.

+

Contains the logic responsible of rejecting device requests made by +applications that haven't been granted the device endpoint permission. +Note: this handler is not used when the degraded mode is enabled.

OpenIddictServerHandlers.ValidateExpirationDate

Contains the logic responsible of rejecting authentication demands that use an expired token.

@@ -968,7 +969,7 @@ Note: this handler is not used when the degraded mode is enabled or when endpoin were not initially granted by the resource owner during the authorization request.

OpenIddictServerHandlers.ValidateGrantTypePermissions

-

Contains the logic responsible of rejecting authorization requests made by unauthorized applications. +

Contains the logic responsible of rejecting device requests made by unauthorized applications. Note: this handler is not used when the degraded mode is enabled or when grant type permissions are disabled.

OpenIddictServerHandlers.ValidateIdentityModelToken

@@ -998,8 +999,9 @@ Note: this handler is not used when the degraded mode is enabled.

Note: this handler is not used when the degraded mode is enabled or when grant type permissions are disabled.

OpenIddictServerHandlers.ValidateScopePermissions

-

Contains the logic responsible of rejecting authorization requests made by unauthorized applications. -Note: this handler is not used when the degraded mode is enabled or when scope permissions are disabled.

+

Contains the logic responsible of rejecting device requests made by applications +that haven't been granted the appropriate grant type permission. +Note: this handler is not used when the degraded mode is enabled.

OpenIddictServerHandlers.ValidateSignInDemand

Contains the logic responsible of ensuring that the sign-in demand diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandler.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandler.html index 90e1283..066229d 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandler.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandler.html @@ -167,7 +167,7 @@

- + @@ -209,7 +209,7 @@ - + @@ -251,7 +251,7 @@ - + @@ -276,7 +276,7 @@ - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html index be695ec..51d2851 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireHttpRequest : IOpenIddictValidationHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireHttpRequest : IOpenIddictValidationHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
Task

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Threading.Tasks.Task<AuthenticateResult>Task<AuthenticateResult>
System.Threading.Tasks.TaskTask
System.Threading.Tasks.TaskTask
System.Threading.Tasks.Task<System.Boolean>Task<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader-1.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader-1.html index be48d49..c9c1162 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader-1.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachCacheControlHeader<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachCacheControlHeader<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html index 2a145c0..2cb9ad1 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHostChallengeError : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class AttachHostChallengeError : IOpenIddictValidationHandler<ProcessChallengeContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode-1.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode-1.html index 88791cb..0d13bd0 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode-1.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHttpResponseCode<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachHttpResponseCode<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html index 2c04413..95adb17 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachWwwAuthenticateHeader<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachWwwAuthenticateHeader<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -228,8 +228,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html index a313074..1b71f1b 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAccessTokenFromAuthorizationHeader : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ExtractAccessTokenFromAuthorizationHeader : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html index 3477f19..310abe9 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAccessTokenFromBodyForm : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ExtractAccessTokenFromBodyForm : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html index 719e14c..7ccdce0 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAccessTokenFromQueryString : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ExtractAccessTokenFromQueryString : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html index 3f3b04e..b1b56da 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class InferIssuerFromHost : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class InferIssuerFromHost : IOpenIddictValidationHandler<ProcessRequestContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html index 8a43ac1..dd76250 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessChallengeErrorResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessChallengeErrorResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse-1.html b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse-1.html index 634b3c6..b047bf7 100644 --- a/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse-1.html +++ b/api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessJsonResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessJsonResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.html b/api/OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.html index 93e41c0..362db14 100644 --- a/api/OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.html +++ b/api/OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.html @@ -85,7 +85,7 @@ -

ReadToken(BinaryReader)

+

ReadToken(BinaryReader)

Declaration
@@ -103,7 +103,7 @@ - + diff --git a/api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.html b/api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.html index 01cd37f..215a443 100644 --- a/api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.html +++ b/api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.html @@ -118,7 +118,7 @@ -

ReadToken(BinaryReader)

+

ReadToken(BinaryReader)

Declaration
@@ -136,7 +136,7 @@ - + diff --git a/api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.html b/api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.html index 919b6e0..d7f204a 100644 --- a/api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.html +++ b/api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateDataProtectionToken : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateDataProtectionToken : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.IO.BinaryReaderBinaryReader reader
System.IO.BinaryReaderBinaryReader reader
@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Validation.IOpenIddictValidationDispatcher.html b/api/OpenIddict.Validation.IOpenIddictValidationDispatcher.html index 26a0a14..f0728d9 100644 --- a/api/OpenIddict.Validation.IOpenIddictValidationDispatcher.html +++ b/api/OpenIddict.Validation.IOpenIddictValidationDispatcher.html @@ -91,7 +91,7 @@
Declaration
ValueTask DispatchAsync<TContext>(TContext context)
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -120,7 +120,7 @@ - + diff --git a/api/OpenIddict.Validation.IOpenIddictValidationFactory.html b/api/OpenIddict.Validation.IOpenIddictValidationFactory.html index f0f44b7..c8dbebe 100644 --- a/api/OpenIddict.Validation.IOpenIddictValidationFactory.html +++ b/api/OpenIddict.Validation.IOpenIddictValidationFactory.html @@ -102,7 +102,7 @@ - + diff --git a/api/OpenIddict.Validation.IOpenIddictValidationHandler-1.html b/api/OpenIddict.Validation.IOpenIddictValidationHandler-1.html index b896afc..311c506 100644 --- a/api/OpenIddict.Validation.IOpenIddictValidationHandler-1.html +++ b/api/OpenIddict.Validation.IOpenIddictValidationHandler-1.html @@ -80,7 +80,7 @@
Syntax
public interface IOpenIddictValidationHandler<in TContext>
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Type Parameters
System.Threading.Tasks.ValueTaskValueTask
System.Threading.Tasks.ValueTask<OpenIddictValidationTransaction>ValueTask<OpenIddictValidationTransaction>
@@ -139,8 +139,8 @@ - - + diff --git a/api/OpenIddict.Validation.IOpenIddictValidationHandlerFilter-1.html b/api/OpenIddict.Validation.IOpenIddictValidationHandlerFilter-1.html index 1d1d102..6e2ca91 100644 --- a/api/OpenIddict.Validation.IOpenIddictValidationHandlerFilter-1.html +++ b/api/OpenIddict.Validation.IOpenIddictValidationHandlerFilter-1.html @@ -79,7 +79,7 @@
Syntax
public interface IOpenIddictValidationHandlerFilter<in TContext>
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -135,7 +135,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationDispatcher.html b/api/OpenIddict.Validation.OpenIddictValidationDispatcher.html index 6f14b5a..c514cbd 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationDispatcher.html +++ b/api/OpenIddict.Validation.OpenIddictValidationDispatcher.html @@ -164,7 +164,7 @@
Declaration
public ValueTask DispatchAsync<TContext>(TContext context)
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Parameters
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -193,7 +193,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationFactory.html b/api/OpenIddict.Validation.OpenIddictValidationFactory.html index f6ba91d..0a50e05 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationFactory.html +++ b/api/OpenIddict.Validation.OpenIddictValidationFactory.html @@ -170,7 +170,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandler-1.html b/api/OpenIddict.Validation.OpenIddictValidationHandler-1.html index 32fe200..498ad56 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandler-1.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandler-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class OpenIddictValidationHandler<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseContext
+
public class OpenIddictValidationHandler<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseContext
Type Parameters
System.Threading.Tasks.ValueTaskValueTask
System.Threading.Tasks.ValueTask<OpenIddictValidationTransaction>ValueTask<OpenIddictValidationTransaction>
@@ -135,7 +135,7 @@ -

OpenIddictValidationHandler(Func<TContext, ValueTask>)

+

OpenIddictValidationHandler(Func<TContext, ValueTask>)

Creates a new event using the specified handler delegate.

@@ -154,7 +154,7 @@ - + @@ -202,8 +202,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder-1.html b/api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder-1.html index 41ab84e..bd7952d 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder-1.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder-1.html @@ -109,7 +109,7 @@
Syntax
public class Builder<TContext>
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Type Parameters
System.Func<TContext, System.Threading.Tasks.ValueTask>System.Func<TContext, ValueTask> handler

The event handler delegate.

System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -431,7 +431,7 @@ -

UseInlineHandler(Func<TContext, ValueTask>)

+

UseInlineHandler(Func<TContext, ValueTask>)

Configures the descriptor to use the specified inline handler.

@@ -450,7 +450,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.html b/api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.html index ef0577d..2a0b359 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.html @@ -255,7 +255,7 @@ from the activated handlers if it doesn't meet the criteria.

Declaration
public static OpenIddictValidationHandlerDescriptor.Builder<TContext> CreateBuilder<TContext>()
-    where TContext : OpenIddictValidationEvents.BaseContext
+ where TContext : BaseContext
Returns
System.Func<TContext, System.Threading.Tasks.ValueTask>System.Func<TContext, ValueTask> handler

The handler instance.

diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.html b/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.html index 491b2cc..212e073 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireAuthorizationEntryValidationEnabled : IOpenIddictValidationHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireAuthorizationEntryValidationEnabled : IOpenIddictValidationHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.html b/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.html index 253dc62..d2edd8a 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireIntrospectionValidation : IOpenIddictValidationHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireIntrospectionValidation : IOpenIddictValidationHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.html b/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.html index 7cf9dfd..f85419d 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireLocalValidation : IOpenIddictValidationHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireLocalValidation : IOpenIddictValidationHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.html b/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.html index 02bb97b..d7cd2f0 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireTokenEntryValidationEnabled : IOpenIddictValidationHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireTokenEntryValidationEnabled : IOpenIddictValidationHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.html index d6072af..2da4a86 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachDefaultChallengeError : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class AttachDefaultChallengeError : IOpenIddictValidationHandler<ProcessChallengeContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.html index 2f505d3..b637609 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractCryptographyEndpoint : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleConfigurationResponseContext>
+
public class ExtractCryptographyEndpoint : IOpenIddictValidationHandler<HandleConfigurationResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext)

+

HandleAsync(HandleConfigurationResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext context)
+
public ValueTask HandleAsync(HandleConfigurationResponseContext context)
Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.html index 732888a..1a7cc10 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractIntrospectionEndpoint : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleConfigurationResponseContext>
+
public class ExtractIntrospectionEndpoint : IOpenIddictValidationHandler<HandleConfigurationResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext)

+

HandleAsync(HandleConfigurationResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext context)
+
public ValueTask HandleAsync(HandleConfigurationResponseContext context)
Parameters
OpenIddictValidationEvents.HandleConfigurationResponseContextHandleConfigurationResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.html index 1b53d56..046f2a1 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractSigningKeys : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleCryptographyResponseContext>
+
public class ExtractSigningKeys : IOpenIddictValidationHandler<HandleCryptographyResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleCryptographyResponseContext)

+

HandleAsync(HandleCryptographyResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleCryptographyResponseContext context)
+
public ValueTask HandleAsync(HandleCryptographyResponseContext context)
Parameters
OpenIddictValidationEvents.HandleConfigurationResponseContextHandleConfigurationResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.html index 4db708e..9e5cf9d 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateIssuer : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleConfigurationResponseContext>
+
public class ValidateIssuer : IOpenIddictValidationHandler<HandleConfigurationResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext)

+

HandleAsync(HandleConfigurationResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext context)
+
public ValueTask HandleAsync(HandleConfigurationResponseContext context)
Parameters
OpenIddictValidationEvents.HandleCryptographyResponseContextHandleCryptographyResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.HandleErrorResponse-1.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.HandleErrorResponse-1.html index 5931113..6e0575f 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.HandleErrorResponse-1.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.HandleErrorResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleErrorResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseValidatingContext
+
public class HandleErrorResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseValidatingContext
Type Parameters
OpenIddictValidationEvents.HandleConfigurationResponseContextHandleConfigurationResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -198,8 +198,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.html index 2b7e6d1..9c53244 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class IntrospectToken : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class IntrospectToken : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Constructors

@@ -176,13 +176,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -195,7 +195,7 @@ - + @@ -211,8 +211,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.html index 52ff939..404e2d4 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachCredentials : IOpenIddictValidationHandler<OpenIddictValidationEvents.PrepareIntrospectionRequestContext>
+
public class AttachCredentials : IOpenIddictValidationHandler<PrepareIntrospectionRequestContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext)

+

HandleAsync(PrepareIntrospectionRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext context)
+
public ValueTask HandleAsync(PrepareIntrospectionRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.html index f0b07fb..3ae73c0 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachToken : IOpenIddictValidationHandler<OpenIddictValidationEvents.PrepareIntrospectionRequestContext>
+
public class AttachToken : IOpenIddictValidationHandler<PrepareIntrospectionRequestContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext)

+

HandleAsync(PrepareIntrospectionRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext context)
+
public ValueTask HandleAsync(PrepareIntrospectionRequestContext context)
Parameters
OpenIddictValidationEvents.PrepareIntrospectionRequestContextPrepareIntrospectionRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.html index e5b3b90..35b2f52 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class HandleInactiveResponse : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleIntrospectionResponseContext>
+
public class HandleInactiveResponse : IOpenIddictValidationHandler<HandleIntrospectionResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext)

+

HandleAsync(HandleIntrospectionResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext context)
+
public ValueTask HandleAsync(HandleIntrospectionResponseContext context)
Parameters
OpenIddictValidationEvents.PrepareIntrospectionRequestContextPrepareIntrospectionRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.html index b695a0e..234eb8b 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class PopulateClaims : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleIntrospectionResponseContext>
+
public class PopulateClaims : IOpenIddictValidationHandler<HandleIntrospectionResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext)

+

HandleAsync(HandleIntrospectionResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext context)
+
public ValueTask HandleAsync(HandleIntrospectionResponseContext context)
Parameters
OpenIddictValidationEvents.HandleIntrospectionResponseContextHandleIntrospectionResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.html index 62714c2..4f79d04 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateIssuer : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleIntrospectionResponseContext>
+
public class ValidateIssuer : IOpenIddictValidationHandler<HandleIntrospectionResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext)

+

HandleAsync(HandleIntrospectionResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext context)
+
public ValueTask HandleAsync(HandleIntrospectionResponseContext context)
Parameters
OpenIddictValidationEvents.HandleIntrospectionResponseContextHandleIntrospectionResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.html index e08a377..a6a80f3 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateTokenType : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleIntrospectionResponseContext>
+
public class ValidateTokenType : IOpenIddictValidationHandler<HandleIntrospectionResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext)

+

HandleAsync(HandleIntrospectionResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext context)
+
public ValueTask HandleAsync(HandleIntrospectionResponseContext context)
Parameters
OpenIddictValidationEvents.HandleIntrospectionResponseContextHandleIntrospectionResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.html index d488ee9..6867a48 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateWellKnownClaims : IOpenIddictValidationHandler<OpenIddictValidationEvents.HandleIntrospectionResponseContext>
+
public class ValidateWellKnownClaims : IOpenIddictValidationHandler<HandleIntrospectionResponseContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext)

+

HandleAsync(HandleIntrospectionResponseContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext context)
+
public ValueTask HandleAsync(HandleIntrospectionResponseContext context)
Parameters
OpenIddictValidationEvents.HandleIntrospectionResponseContextHandleIntrospectionResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.html index a70ca25..556f492 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class MapInternalClaims : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class MapInternalClaims : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.HandleIntrospectionResponseContextHandleIntrospectionResponseContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.html index ed58b4a..1ed75d6 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class NormalizeScopeClaims : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class NormalizeScopeClaims : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.html index cd50b3f..5bca584 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.html @@ -83,7 +83,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class RestoreReferenceTokenProperties : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class RestoreReferenceTokenProperties : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Constructors

@@ -187,13 +187,13 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -206,7 +206,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.html index 8ddbb13..1b6df35 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.html @@ -83,7 +83,7 @@ access tokens that were issued to be used by another audience/resource server.
Inherited Members
@@ -113,7 +113,7 @@ access tokens that were issued to be used by another audience/resource server.Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateAudience : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateAudience : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -148,13 +148,13 @@ access tokens that were issued to be used by another audience/resource server. -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ access tokens that were issued to be used by another audience/resource server. - + @@ -183,8 +183,8 @@ access tokens that were issued to be used by another audience/resource server. - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.html index 4f9acc7..ea7d504 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.html @@ -84,7 +84,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -114,7 +114,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateAuthorizationEntry : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateAuthorizationEntry : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Constructors

@@ -188,13 +188,13 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -207,7 +207,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -223,8 +223,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.html index 20051f9..50a828d 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateExpirationDate : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateExpirationDate : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.html index 6e2a8ac..59e8300 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateIdentityModelToken : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateIdentityModelToken : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.html index 9569202..a60ccb0 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidatePrincipal : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidatePrincipal : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.html index 8f738de..d21b24c 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.html @@ -83,7 +83,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateReferenceTokenIdentifier : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateReferenceTokenIdentifier : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Constructors

@@ -187,13 +187,13 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -206,7 +206,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -222,8 +222,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.html index 5a4d92b..a8c275f 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateToken : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateToken : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.html b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.html index 0619d26..07ccfc5 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.html +++ b/api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.html @@ -84,7 +84,7 @@ Note: this handler is not used when the degraded mode is enabled.

Inherited Members
@@ -114,7 +114,7 @@ Note: this handler is not used when the degraded mode is enabled.

Assembly: cs.temp.dll.dll
Syntax
-
public class ValidateTokenEntry : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ValidateTokenEntry : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Constructors

@@ -188,13 +188,13 @@ Note: this handler is not used when the degraded mode is enabled.

-

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -207,7 +207,7 @@ Note: this handler is not used when the degraded mode is enabled.

- + @@ -223,8 +223,8 @@ Note: this handler is not used when the degraded mode is enabled.

- - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationOptions.html b/api/OpenIddict.Validation.OpenIddictValidationOptions.html index f80bab0..6c474e4 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationOptions.html +++ b/api/OpenIddict.Validation.OpenIddictValidationOptions.html @@ -326,7 +326,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate - + @@ -358,7 +358,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationService.html b/api/OpenIddict.Validation.OpenIddictValidationService.html index 6551fe5..71b066c 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationService.html +++ b/api/OpenIddict.Validation.OpenIddictValidationService.html @@ -187,7 +187,7 @@ - + @@ -238,7 +238,7 @@ - + @@ -295,7 +295,7 @@ - + @@ -358,7 +358,7 @@ - + @@ -409,7 +409,7 @@ - + diff --git a/api/OpenIddict.Validation.OpenIddictValidationTransaction.html b/api/OpenIddict.Validation.OpenIddictValidationTransaction.html index fba08aa..d79630f 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationTransaction.html +++ b/api/OpenIddict.Validation.OpenIddictValidationTransaction.html @@ -237,7 +237,7 @@ - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandler.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandler.html index 66089a7..1eed251 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandler.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandler.html @@ -145,7 +145,7 @@ - + @@ -170,7 +170,7 @@ - + @@ -195,7 +195,7 @@ - + @@ -220,7 +220,7 @@ - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.html index ef1ca70..bace2b1 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireOwinRequest : IOpenIddictValidationHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireOwinRequest : IOpenIddictValidationHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

System.Collections.Generic.List<EncryptingCredentials>List<EncryptingCredentials>
System.Collections.Generic.List<OpenIddictValidationHandlerDescriptor>List<OpenIddictValidationHandlerDescriptor>
System.Threading.Tasks.ValueTask<OpenIdConnectConfiguration>ValueTask<OpenIdConnectConfiguration>

The OpenID Connect server configuration retrieved from the remote server.

System.Threading.Tasks.ValueTask<JsonWebKeySet>ValueTask<JsonWebKeySet>

The security keys retrieved from the remote server.

System.Threading.Tasks.ValueTask<ClaimsPrincipal>ValueTask<ClaimsPrincipal>

The claims principal created from the claim retrieved from the remote server.

System.Threading.Tasks.ValueTask<ClaimsPrincipal>ValueTask<ClaimsPrincipal>

The claims principal created from the claim retrieved from the remote server.

System.Threading.Tasks.ValueTask<ClaimsPrincipal>ValueTask<ClaimsPrincipal>

The principal containing the claims extracted from the token.

System.Collections.Generic.IDictionary<System.String, System.Object>IDictionary<System.String, System.Object>
System.Threading.Tasks.Task<System.Nullable<AuthenticationTicket>>Task<System.Nullable<AuthenticationTicket>>
System.Threading.Tasks.TaskTask
System.Threading.Tasks.Task<System.Boolean>Task<System.Boolean>
System.Threading.Tasks.TaskTask
@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachCacheControlHeader-1.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachCacheControlHeader-1.html index 6a43b30..717875a 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachCacheControlHeader-1.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachCacheControlHeader-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachCacheControlHeader<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachCacheControlHeader<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.html index bdee4ca..cfe7779 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHostChallengeError : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessChallengeContext>
+
public class AttachHostChallengeError : IOpenIddictValidationHandler<ProcessChallengeContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext)

+

HandleAsync(ProcessChallengeContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext context)
+
public ValueTask HandleAsync(ProcessChallengeContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHttpResponseCode-1.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHttpResponseCode-1.html index e16e16c..d7a64dc 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHttpResponseCode-1.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHttpResponseCode-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachHttpResponseCode<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachHttpResponseCode<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessChallengeContextProcessChallengeContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachWwwAuthenticateHeader-1.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachWwwAuthenticateHeader-1.html index 1a68e6d..1b22295 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachWwwAuthenticateHeader-1.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachWwwAuthenticateHeader-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachWwwAuthenticateHeader<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class AttachWwwAuthenticateHeader<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -228,8 +228,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.html index 56da183..56b9893 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAccessTokenFromAuthorizationHeader : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ExtractAccessTokenFromAuthorizationHeader : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.html index 750d696..82a22a1 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAccessTokenFromBodyForm : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ExtractAccessTokenFromBodyForm : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.html index 75a4dee..6758814 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractAccessTokenFromQueryString : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessAuthenticationContext>
+
public class ExtractAccessTokenFromQueryString : IOpenIddictValidationHandler<ProcessAuthenticationContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)

+

HandleAsync(ProcessAuthenticationContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)
+
public ValueTask HandleAsync(ProcessAuthenticationContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.html index ccf5a40..e872eb8 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.html @@ -83,7 +83,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Inherited Members
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class InferIssuerFromHost : IOpenIddictValidationHandler<OpenIddictValidationEvents.ProcessRequestContext>
+
public class InferIssuerFromHost : IOpenIddictValidationHandler<ProcessRequestContext>

Properties

@@ -148,13 +148,13 @@ Note: this handler is not used when the OpenID Connect request is not initially -

HandleAsync(OpenIddictValidationEvents.ProcessRequestContext)

+

HandleAsync(ProcessRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessRequestContext context)
+
public ValueTask HandleAsync(ProcessRequestContext context)
Parameters
OpenIddictValidationEvents.ProcessAuthenticationContextProcessAuthenticationContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -167,7 +167,7 @@ Note: this handler is not used when the OpenID Connect request is not initially - + @@ -183,8 +183,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessChallengeErrorResponse-1.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessChallengeErrorResponse-1.html index ef45633..ec10bc7 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessChallengeErrorResponse-1.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessChallengeErrorResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessChallengeErrorResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessChallengeErrorResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
OpenIddictValidationEvents.ProcessRequestContextProcessRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessJsonResponse-1.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessJsonResponse-1.html index b4bf300..917fe52 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessJsonResponse-1.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessJsonResponse-1.html @@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
Assembly: cs.temp.dll.dll
Syntax
-
public class ProcessJsonResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext
+
public class ProcessJsonResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseRequestContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -199,8 +199,8 @@ Note: this handler is not used when the OpenID Connect request is not initially - - + diff --git a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinMiddlewareFactory.html b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinMiddlewareFactory.html index 2dda29a..bc04857 100644 --- a/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinMiddlewareFactory.html +++ b/api/OpenIddict.Validation.Owin.OpenIddictValidationOwinMiddlewareFactory.html @@ -161,8 +161,8 @@ which is used to register System.Threading.Tasks.Task - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html index a061b15..7af996a 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,19 +112,19 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class RequireHttpMetadataAddress : IOpenIddictValidationHandlerFilter<OpenIddictValidationEvents.BaseContext>
+
public class RequireHttpMetadataAddress : IOpenIddictValidationHandlerFilter<BaseContext>

Methods

-

IsActiveAsync(OpenIddictValidationEvents.BaseContext)

+

IsActiveAsync(BaseContext)

Declaration
-
public ValueTask<bool> IsActiveAsync(OpenIddictValidationEvents.BaseContext context)
+
public ValueTask<bool> IsActiveAsync(BaseContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
Task

A that can be used to monitor the asynchronous operation.

@@ -137,7 +137,7 @@ - + @@ -153,7 +153,7 @@ - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachFormParameters-1.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachFormParameters-1.html index b4b81a6..67c93e7 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachFormParameters-1.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachFormParameters-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachFormParameters<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseExternalContext
+
public class AttachFormParameters<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseExternalContext
Type Parameters
OpenIddictValidationEvents.BaseContextBaseContext context
System.Threading.Tasks.ValueTask<System.Boolean>ValueTask<System.Boolean>
@@ -198,8 +198,8 @@ - - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachQueryStringParameters-1.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachQueryStringParameters-1.html index 599b363..8787859 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachQueryStringParameters-1.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachQueryStringParameters-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachQueryStringParameters<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseExternalContext
+
public class AttachQueryStringParameters<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseExternalContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -198,8 +198,8 @@ - - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpRequest-1.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpRequest-1.html index b819309..106f1c6 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpRequest-1.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpRequest-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class DisposeHttpRequest<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseExternalContext
+
public class DisposeHttpRequest<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseExternalContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -198,8 +198,8 @@ - - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpResponse-1.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpResponse-1.html index 15c8521..b9436b2 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpResponse-1.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class DisposeHttpResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseExternalContext
+
public class DisposeHttpResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseExternalContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -198,8 +198,8 @@ - - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.ExtractJsonHttpResponse-1.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.ExtractJsonHttpResponse-1.html index 338be0c..0f88cb5 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.ExtractJsonHttpResponse-1.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.ExtractJsonHttpResponse-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class ExtractJsonHttpResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseExternalContext
+
public class ExtractJsonHttpResponse<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseExternalContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -198,8 +198,8 @@ - - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html index 5350d79..b17466e 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html @@ -82,7 +82,7 @@
Inherited Members
@@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class AttachBasicAuthenticationCredentials : IOpenIddictValidationHandler<OpenIddictValidationEvents.PrepareIntrospectionRequestContext>
+
public class AttachBasicAuthenticationCredentials : IOpenIddictValidationHandler<PrepareIntrospectionRequestContext>

Properties

@@ -147,13 +147,13 @@ -

HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext)

+

HandleAsync(PrepareIntrospectionRequestContext)

Processes the event.

Declaration
-
public ValueTask HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext context)
+
public ValueTask HandleAsync(PrepareIntrospectionRequestContext context)
Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -166,7 +166,7 @@ - + @@ -182,8 +182,8 @@ - - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PrepareGetHttpRequest-1.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PrepareGetHttpRequest-1.html index d9ca470..16ef73f 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PrepareGetHttpRequest-1.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PrepareGetHttpRequest-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class PrepareGetHttpRequest<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseExternalContext
+
public class PrepareGetHttpRequest<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseExternalContext
Type Parameters
OpenIddictValidationEvents.PrepareIntrospectionRequestContextPrepareIntrospectionRequestContext context
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -198,8 +198,8 @@ - - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PreparePostHttpRequest-1.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PreparePostHttpRequest-1.html index ccb8415..1a8e0bc 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PreparePostHttpRequest-1.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PreparePostHttpRequest-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class PreparePostHttpRequest<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseExternalContext
+
public class PreparePostHttpRequest<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseExternalContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -198,8 +198,8 @@ - - + diff --git a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.SendHttpRequest-1.html b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.SendHttpRequest-1.html index 572f5b0..82cbece 100644 --- a/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.SendHttpRequest-1.html +++ b/api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.SendHttpRequest-1.html @@ -112,7 +112,7 @@
Assembly: cs.temp.dll.dll
Syntax
-
public class SendHttpRequest<TContext> : IOpenIddictValidationHandler<TContext> where TContext : OpenIddictValidationEvents.BaseExternalContext
+
public class SendHttpRequest<TContext> : IOpenIddictValidationHandler<TContext> where TContext : BaseExternalContext
Type Parameters
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.

@@ -227,8 +227,8 @@ - - + diff --git a/api/Owin.OpenIddictServerOwinHelpers.html b/api/Owin.OpenIddictServerOwinHelpers.html index 9efb2c7..5a985f9 100644 --- a/api/Owin.OpenIddictServerOwinHelpers.html +++ b/api/Owin.OpenIddictServerOwinHelpers.html @@ -116,7 +116,7 @@

GetOpenIddictServerEndpointType(IOwinContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
@@ -161,7 +161,7 @@

GetOpenIddictServerRequest(IOwinContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
@@ -206,7 +206,7 @@

GetOpenIddictServerResponse(IOwinContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
diff --git a/api/Owin.OpenIddictValidationOwinHelpers.html b/api/Owin.OpenIddictValidationOwinHelpers.html index 46a03a2..25c91c6 100644 --- a/api/Owin.OpenIddictValidationOwinHelpers.html +++ b/api/Owin.OpenIddictValidationOwinHelpers.html @@ -116,7 +116,7 @@

GetOpenIddictValidationEndpointType(IOwinContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
@@ -161,7 +161,7 @@

GetOpenIddictValidationRequest(IOwinContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
@@ -206,7 +206,7 @@

GetOpenIddictValidationResponse(IOwinContext)

-

Retrieves the instance stored in OpenIddictValidationEvents.BaseContext.

+

Retrieves the instance stored in .

Declaration
diff --git a/index.html b/index.html index 9473422..3de4175 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,8 @@ and starting in OpenIddict 3.0, any ASP.NET 4.x or OWIN application too.

OpenIddict fully supports the code/implicit/hybrid flows, the client credentials/resource owner password grants and the device authorization flow. You can also create your own custom grant types.

OpenIddict natively supports Entity Framework Core, Entity Framework 6 and MongoDB out-of-the-box, but you can also provide your own stores.

+
Note

This documentation is a work-in-progress. To contribute, please visit https://github.com/openiddict/openiddict-documentation.

+
diff --git a/manifest.json b/manifest.json index 9f681c9..9a8a11c 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "output": { ".html": { "relative_path": "api/Microsoft.AspNetCore.OpenIddictServerAspNetCoreHelpers.html", - "hash": "ih71zj9qIHo87FKtLa/+Eg==" + "hash": "ZKLSVGsXs509U0NwDQ7URA==" } }, "is_incremental": false, @@ -21,7 +21,7 @@ "output": { ".html": { "relative_path": "api/Microsoft.AspNetCore.OpenIddictValidationAspNetCoreHelpers.html", - "hash": "EG7MX+BOIscMH8fnePA/GQ==" + "hash": "2iZlkkIyaV6b9JYhpTmTuw==" } }, "is_incremental": false, @@ -285,7 +285,7 @@ "output": { ".html": { "relative_path": "api/Microsoft.Extensions.DependencyInjection.OpenIddictServerOwinBuilder.html", - "hash": "JrcToxVoJt97HKmOIO3EbA==" + "hash": "5M1WOru+OaEflOoRBeFlxA==" } }, "is_incremental": false, @@ -309,7 +309,7 @@ "output": { ".html": { "relative_path": "api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.html", - "hash": "tDZZD350Gh0AH0gcBVpmeA==" + "hash": "isp/k9J+sEPwV2zswBxVMg==" } }, "is_incremental": false, @@ -333,7 +333,7 @@ "output": { ".html": { "relative_path": "api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html", - "hash": "ZxnHd5L4UhFcs72N/rOwbA==" + "hash": "r9mifap2Ku2TS5TBd2pYnA==" } }, "is_incremental": false, @@ -465,7 +465,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html", - "hash": "kMPcNTyxkahljl0zJQoWZw==" + "hash": "9/HjExw9RMjJINL8EA6l7A==" } }, "is_incremental": false, @@ -477,7 +477,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html", - "hash": "K3LqMm5ut4I4zG0MIBegQg==" + "hash": "OUnx0PkGMMmGxMZuBtZE8A==" } }, "is_incremental": false, @@ -489,7 +489,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html", - "hash": "QAxsLxIWNI1yCPsUCEnUIQ==" + "hash": "piO+Ri4UyWefQSNGJJQlEg==" } }, "is_incremental": false, @@ -513,7 +513,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html", - "hash": "U5aOVvOv2DOePfNI5DWMKw==" + "hash": "XXhF6IluFjkdmceE/zbP8A==" } }, "is_incremental": false, @@ -525,7 +525,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html", - "hash": "aU9c4yNRZMXdDdVnzA98EQ==" + "hash": "5DB9lWxue3PwDJx9E8T4Bg==" } }, "is_incremental": false, @@ -537,7 +537,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictAuthorizationStore-1.html", - "hash": "S+MRF2aI3ETOXwETwlzo+A==" + "hash": "CNGJK+IfzX3MifQy4ZMypw==" } }, "is_incremental": false, @@ -561,7 +561,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html", - "hash": "ACBk5QUbmFwKwSfzyigDVQ==" + "hash": "3rl2+lmITCrDIhnNcXjahQ==" } }, "is_incremental": false, @@ -573,7 +573,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictScopeManager.html", - "hash": "0dfnkt4WJ6vZmvbg13rRvA==" + "hash": "17OHMCES4uwz7cPa4GPPHA==" } }, "is_incremental": false, @@ -585,7 +585,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictScopeStore-1.html", - "hash": "KbzG6X+DlG5i2o0O6J1LdA==" + "hash": "JYmGr29DQS8dp9W5WUdEkg==" } }, "is_incremental": false, @@ -609,7 +609,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html", - "hash": "hCDfgPp3UfV71VPeTSXp9Q==" + "hash": "nr8ZDgcxO6tJ0yEz85vwgQ==" } }, "is_incremental": false, @@ -621,7 +621,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictTokenManager.html", - "hash": "f9j5UqCDbBQW7z3bfRaSNw==" + "hash": "cI8gphu3PkyOjFa2f2yq7g==" } }, "is_incremental": false, @@ -633,7 +633,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictTokenStore-1.html", - "hash": "f7r0g+VxgCg9rtooxcLkRQ==" + "hash": "9wCQ06tx8FNnjc7hEIQzdQ==" } }, "is_incremental": false, @@ -657,7 +657,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictApplicationDescriptor.html", - "hash": "LXYWsLxqp0cHKoJeqV0E7Q==" + "hash": "3ZACLXShNS/2pW6fmTh4Eg==" } }, "is_incremental": false, @@ -669,7 +669,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictAuthorizationDescriptor.html", - "hash": "TG/w1nV7pbt0IX8RF1p5bA==" + "hash": "U9B5/Ih7+OeguxiZBvTTgw==" } }, "is_incremental": false, @@ -1209,7 +1209,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictExtensions.html", - "hash": "zkA8SwVOkzsvUtQop6nHlQ==" + "hash": "O653frhMuYcJaQx9p2RACA==" } }, "is_incremental": false, @@ -1221,7 +1221,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictMessage.html", - "hash": "ova9FuNWn98JPjAHqDFxuQ==" + "hash": "AjM81a6/JgEYhr+qnJhH3Q==" } }, "is_incremental": false, @@ -1233,7 +1233,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictParameter.html", - "hash": "jxOEiQb7k5z6Lh0nFvDEag==" + "hash": "AuOmygjagMMGBum0COfcBg==" } }, "is_incremental": false, @@ -1245,7 +1245,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictRequest.html", - "hash": "uH5b8RqthvIRZu/ZbasiDg==" + "hash": "oxDtmx5mxLo9UjAxW39/Zg==" } }, "is_incremental": false, @@ -1257,7 +1257,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictResponse.html", - "hash": "Jpduh5aOdj8O27GP4jhekQ==" + "hash": "W81NWnm79T/Y91GNgyqoaA==" } }, "is_incremental": false, @@ -1269,7 +1269,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictScopeDescriptor.html", - "hash": "I7TbTIQLJDG84ZBy7u0xSQ==" + "hash": "H8gre/fTsxLm7CZcA6946Q==" } }, "is_incremental": false, @@ -1281,7 +1281,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictTokenDescriptor.html", - "hash": "BP0nfcDhqd2YsKhp4Eo37Q==" + "hash": "lKc0x8NXlRcXUS6YAP64Kw==" } }, "is_incremental": false, @@ -1305,7 +1305,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictApplicationCache-1.html", - "hash": "SwKPe0qWi5OsipygP07sWg==" + "hash": "64AiYGxrI64qKn7wjmz2NQ==" } }, "is_incremental": false, @@ -1317,7 +1317,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictApplicationManager-1.html", - "hash": "5xETOfuL6IPf7nxA2avhnw==" + "hash": "VQQhs/DuQ46ARbwZ5f14EA==" } }, "is_incremental": false, @@ -1341,7 +1341,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html", - "hash": "xl1E68U5pgUH3UNaBKM4JA==" + "hash": "Ik8jEovfz2dq3BLn7Q2O8g==" } }, "is_incremental": false, @@ -1353,7 +1353,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html", - "hash": "XJxPNEqPH1dzVugjYIV11Q==" + "hash": "N2e+ZesUsji+fc+lGsSwQw==" } }, "is_incremental": false, @@ -1389,7 +1389,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictScopeCache-1.html", - "hash": "BD2YSdibVxG5g5mUp4BpMg==" + "hash": "QzumT0QHuQz/K9rBL0vGrQ==" } }, "is_incremental": false, @@ -1401,7 +1401,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictScopeManager-1.html", - "hash": "Q/fI6JW3lqHRWqQgKvjLAw==" + "hash": "2HtlPnmoqX0mDvV/OJzuuQ==" } }, "is_incremental": false, @@ -1425,7 +1425,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictTokenCache-1.html", - "hash": "ujzt7HKSHkN2mOqUre0x/Q==" + "hash": "j7Jq5yo5UqP99BdzykVDDw==" } }, "is_incremental": false, @@ -1437,7 +1437,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictTokenManager-1.html", - "hash": "il83BuJuDN7BqwknCy/YAw==" + "hash": "bzRMDopqIWnnm2+88YWPHg==" } }, "is_incremental": false, @@ -1473,7 +1473,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkApplication-3.html", - "hash": "Hwd6Vvea1rpheyDntzBCow==" + "hash": "q1OYe6f8r596NTeIU2u3ig==" } }, "is_incremental": false, @@ -1497,7 +1497,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkAuthorization-3.html", - "hash": "GacX/cdWfmUVCO0T17cuZQ==" + "hash": "3tv2SFigzHUkTH/+z71MUw==" } }, "is_incremental": false, @@ -1605,7 +1605,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html", - "hash": "ud7Oq6mGw3ePtHoTAngqMw==" + "hash": "pdx5G/2mibadFi5y9HwdJg==" } }, "is_incremental": false, @@ -1665,7 +1665,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html", - "hash": "UfUWLnWWNc77N0VGYM51ng==" + "hash": "Dw+CAn0S9Iv+LkmbifXT2w==" } }, "is_incremental": false, @@ -1737,7 +1737,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html", - "hash": "vkmdRYANOZAWPfqVvkMdyg==" + "hash": "hNmtlnpLmHBYxijvCM0anA==" } }, "is_incremental": false, @@ -1797,7 +1797,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html", - "hash": "0RmISk5w2RY+eZPIIaC0hA==" + "hash": "XRP9UhtmJvc5M5B+CCmokw==" } }, "is_incremental": false, @@ -1857,7 +1857,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html", - "hash": "5noEcDUFSa6p860EQA6YkQ==" + "hash": "EqsJsg1wXtuRa3OGy3riAA==" } }, "is_incremental": false, @@ -1893,7 +1893,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreAuthorization-3.html", - "hash": "n80vugE85/rMnv9rcRGtyg==" + "hash": "DvAIo7vYbbIj8i0IfiVk9Q==" } }, "is_incremental": false, @@ -2025,7 +2025,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html", - "hash": "TI7Raz6+tVGCNkxXjZPbzA==" + "hash": "BSbzvI1FwwaTc0UsubReuA==" } }, "is_incremental": false, @@ -2097,7 +2097,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html", - "hash": "a3wjZD63cu+stng00fPymw==" + "hash": "GUXSYqTh6llNf7N0lwP0Fw==" } }, "is_incremental": false, @@ -2193,7 +2193,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html", - "hash": "/6GKlUs6NWppJNiWeRvnlw==" + "hash": "4iBgB0wCmUx18f6WxQtddw==" } }, "is_incremental": false, @@ -2265,7 +2265,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html", - "hash": "BpNDQfZ/PzlCtbnTf9AOuA==" + "hash": "PgNrn7xuZtLVAb9d/NQd/Q==" } }, "is_incremental": false, @@ -2313,7 +2313,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.IOpenIddictMongoDbContext.html", - "hash": "IFC33a8ujWY/IC4i4/mL1A==" + "hash": "t1R35PKOPTTxQGttI5HinQ==" } }, "is_incremental": false, @@ -2325,7 +2325,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.Models.OpenIddictMongoDbApplication.html", - "hash": "8yqAmi2WWoxAML6mOvL6uA==" + "hash": "y+8aEGsad+NHd3YEiXRIvA==" } }, "is_incremental": false, @@ -2337,7 +2337,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html", - "hash": "VGbXCRY8/5XuQ6F494s5vg==" + "hash": "p03sOTw6NGYIpl+f9P1mgw==" } }, "is_incremental": false, @@ -2349,7 +2349,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html", - "hash": "tdY56M9W9DveA7ei8JcuKA==" + "hash": "VG6vEGzSfWfFRBrGcLi2DA==" } }, "is_incremental": false, @@ -2385,7 +2385,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html", - "hash": "DexBxtcVYMI4JjywHA0qaA==" + "hash": "n9DadAqJguy93ewPhpHP0Q==" } }, "is_incremental": false, @@ -2409,7 +2409,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html", - "hash": "shX06k23yjTPN6V+M6K3/A==" + "hash": "ayBXfq/J9LM5YUkIJwIEuQ==" } }, "is_incremental": false, @@ -2433,7 +2433,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbContext.html", - "hash": "0W4U0QXS4ZRL0jb3hNxkWQ==" + "hash": "yekQ1uF/y1eWb/6uczcLIw==" } }, "is_incremental": false, @@ -2457,7 +2457,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html", - "hash": "lCUGZLvRFtEWYk62NRcXfQ==" + "hash": "0oetExj11Yepfh4rBreztg==" } }, "is_incremental": false, @@ -2481,7 +2481,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html", - "hash": "UdDxdAmHPoN2hSUwlSq+iQ==" + "hash": "h7BZfovkTEiCUzFeaJmX+g==" } }, "is_incremental": false, @@ -2529,7 +2529,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Quartz.OpenIddictQuartzJob.html", - "hash": "sYoKPGiobYl8Tj6xNrDKSw==" + "hash": "h5gzBTqoNhx7h8OxouslCA==" } }, "is_incremental": false, @@ -2661,7 +2661,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandler.html", - "hash": "pSiZPxLGZoibn+wRL1J9rg==" + "hash": "X3dyNTYgOJCHPMyY4nI9pQ==" } }, "is_incremental": false, @@ -2673,7 +2673,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html", - "hash": "9KtcHi0+IP71HDFK5sEznw==" + "hash": "FxZyskSRH+nL7zBFfPRatg==" } }, "is_incremental": false, @@ -2685,7 +2685,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html", - "hash": "2pB8UPEEcB2l8SCIFPcQAQ==" + "hash": "83DClT2Vjwm68UNWrL7zMg==" } }, "is_incremental": false, @@ -2697,7 +2697,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html", - "hash": "dYsXu+vmLd81+4psuByUvQ==" + "hash": "HLQGWeSZ3FeVvT16/k0WXw==" } }, "is_incremental": false, @@ -2709,7 +2709,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html", - "hash": "UCFkxaRwiLyEpEzunaBFAw==" + "hash": "MVmNODavsq2cLM7Oq9F81Q==" } }, "is_incremental": false, @@ -2721,7 +2721,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html", - "hash": "jFTk3oV5EfIBMxJ2CxgfHw==" + "hash": "K9SckYm9377+GrbV4629ig==" } }, "is_incremental": false, @@ -2733,7 +2733,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html", - "hash": "+zKwQYcYjU4UfdSsq/EI2g==" + "hash": "lTVQRidwMVtWEZjovon1vg==" } }, "is_incremental": false, @@ -2745,7 +2745,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html", - "hash": "XajSersXvrBR/DDYYfn5lQ==" + "hash": "DOLQDqQBx1kZu3tunVRVAw==" } }, "is_incremental": false, @@ -2757,7 +2757,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html", - "hash": "yFBmzyyvP1gK+Z7sF86T/A==" + "hash": "qb2yIC55ntBTQ25p13H6xA==" } }, "is_incremental": false, @@ -2769,7 +2769,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html", - "hash": "koFoZJ/yp0wGg0EsZu0B/w==" + "hash": "9uK8CfTVAJo41D4cu3Q67A==" } }, "is_incremental": false, @@ -2781,7 +2781,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html", - "hash": "rTCQz8POLeslovIiYjnS+A==" + "hash": "B6QMjwSrLpFjVO6Ycznazw==" } }, "is_incremental": false, @@ -2793,7 +2793,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html", - "hash": "rsYbcXbZrnw16YEo2RwhVQ==" + "hash": "UyFbpfkuiefed+yt1FvDKw==" } }, "is_incremental": false, @@ -2817,7 +2817,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachCacheControlHeader-1.html", - "hash": "tZ/fAL2KBanX2K+OkcQWfw==" + "hash": "NYEEni6WIo9YPiWeBV5EwA==" } }, "is_incremental": false, @@ -2829,7 +2829,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html", - "hash": "bZ0fC1oX3IRDXhm/UAZ0Cw==" + "hash": "in+r3LnSOYM1qTcj0doyMg==" } }, "is_incremental": false, @@ -2841,7 +2841,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostParameters-1.html", - "hash": "DX19HIQw4w0j4WobKJL8lg==" + "hash": "7XKmjCvH3ireQD1lgeSy+g==" } }, "is_incremental": false, @@ -2853,7 +2853,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHttpResponseCode-1.html", - "hash": "7OZavXV/wqINVVB7D8OVTA==" + "hash": "evngQx3QCQpKmSx9e4qqrQ==" } }, "is_incremental": false, @@ -2865,7 +2865,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html", - "hash": "xK0wEer1jCDjVu+O/pOzOA==" + "hash": "5DM598/hnFkrTR6B7iZjQg==" } }, "is_incremental": false, @@ -2877,7 +2877,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.CacheRequestParameters.html", - "hash": "FDQOOq9qeHcEOGWv3H2RrA==" + "hash": "SQYyo6uHPZa0GTpTQGsvbw==" } }, "is_incremental": false, @@ -2889,7 +2889,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFormPostResponse.html", - "hash": "dLZOxDXAuzbxFnCMJZtfbQ==" + "hash": "xEPRXSKvViT3Qy1xpDxpZA==" } }, "is_incremental": false, @@ -2901,7 +2901,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessFragmentResponse.html", - "hash": "4Vx8EgzTR6GIU7KQQPcK4g==" + "hash": "5wyxt8c6SFTi8HM/2vfBUw==" } }, "is_incremental": false, @@ -2913,7 +2913,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.ProcessQueryResponse.html", - "hash": "foe3iAQa0/kN91tldESKxw==" + "hash": "TekXZWuQRwRxgZTQzJUwig==" } }, "is_incremental": false, @@ -2925,7 +2925,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RemoveCachedRequest.html", - "hash": "/qkMQqI8hymCCqwU/yNf0Q==" + "hash": "QW/Z4IoI3KXrUr7YKG7dlQ==" } }, "is_incremental": false, @@ -2937,7 +2937,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Authentication.RestoreCachedRequestParameters.html", - "hash": "1QzGpu1aeZQfy4UV7VM6PQ==" + "hash": "pqWP8LBsjPMqu+J/ixY7iw==" } }, "is_incremental": false, @@ -2985,7 +2985,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.EnablePassthroughMode-2.html", - "hash": "c2SPn6VKQT8Oe+Gnj+Elrw==" + "hash": "pf+tDvzYsFumdVAsCPXN0w==" } }, "is_incremental": false, @@ -3009,7 +3009,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractAccessToken-1.html", - "hash": "Vz7nPYs4jnfeW0T3Jh3w+Q==" + "hash": "ihAT3P2J5e4sLvYQtSaFsA==" } }, "is_incremental": false, @@ -3021,7 +3021,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractBasicAuthenticationCredentials-1.html", - "hash": "+nSZr/6BojLUONIoZKoUDw==" + "hash": "R6V2EXz6yYSeh11hIIC5BQ==" } }, "is_incremental": false, @@ -3033,7 +3033,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetOrPostRequest-1.html", - "hash": "P5igwPBocuaeiqyPG1Q8bg==" + "hash": "+YxMZtZv1CA06SKF9Y8S0Q==" } }, "is_incremental": false, @@ -3045,7 +3045,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractGetRequest-1.html", - "hash": "GkxU4S6LwW1IN4MoeBMjAg==" + "hash": "25BHga2kA9vRVqGrE4DYVA==" } }, "is_incremental": false, @@ -3057,7 +3057,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ExtractPostRequest-1.html", - "hash": "ySC7R4npIuVm3DmbTknJ0g==" + "hash": "ty1VkkT++OLpFE6KHRptOw==" } }, "is_incremental": false, @@ -3069,7 +3069,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html", - "hash": "IKcuZylUUFwH9YVdB0N4Uw==" + "hash": "ZIKwj1nC7ImmkBe6KuzqHw==" } }, "is_incremental": false, @@ -3081,7 +3081,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html", - "hash": "GxJpXcDraXxyDudDw89BFA==" + "hash": "72vPnd2JXY2nu0rRrUn44g==" } }, "is_incremental": false, @@ -3105,7 +3105,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html", - "hash": "Of1/V2kkRGImSCSwDANzVQ==" + "hash": "pW4mKDNTikyxxqVOXr3Lfg==" } }, "is_incremental": false, @@ -3117,7 +3117,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessEmptyResponse-1.html", - "hash": "llxsa5/TsMYICAXAa2Q9RA==" + "hash": "/K4awZ9APl7fyc/ZuBBL9g==" } }, "is_incremental": false, @@ -3129,7 +3129,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessHostRedirectionResponse.html", - "hash": "uPFG/RSV6DHkAlyM9tKvSA==" + "hash": "aHN+JRaAb6T8FIJBSyeG9w==" } }, "is_incremental": false, @@ -3141,7 +3141,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessJsonResponse-1.html", - "hash": "1Rq1DBJsnS9PqrFvtSWVoQ==" + "hash": "yuwEwMIm/dOMi19KGrXu5w==" } }, "is_incremental": false, @@ -3153,7 +3153,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessLocalErrorResponse-1.html", - "hash": "Odc/8y0dP9S+Xtj/cmtvjA==" + "hash": "nvkeKTK2dB+wdzY0lbI0jw==" } }, "is_incremental": false, @@ -3165,7 +3165,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessPassthroughErrorResponse-2.html", - "hash": "ZYU2VV8+P2Iv+75wnlsgrg==" + "hash": "zsjcZqxZPXhnxlx9hf+vyQ==" } }, "is_incremental": false, @@ -3177,7 +3177,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ProcessStatusCodePagesErrorResponse-1.html", - "hash": "kEHVLmQNJV77tP4O4u0v0w==" + "hash": "lDGciDyN2QsILuQlSNlCyQ==" } }, "is_incremental": false, @@ -3201,7 +3201,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.CacheRequestParameters.html", - "hash": "nPZgtbIbQwiiMGbZvinqzA==" + "hash": "xLfc41LlYYYCaoJdbAeXQA==" } }, "is_incremental": false, @@ -3213,7 +3213,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessHostRedirectionResponse.html", - "hash": "ZJXAvDmTRajWChek9+2TDg==" + "hash": "C4USEXb6jUGRViIDan9aVg==" } }, "is_incremental": false, @@ -3225,7 +3225,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.ProcessQueryResponse.html", - "hash": "NIP36N4DMMf8n7pXKkrf9Q==" + "hash": "FSiD2+fg97PCNAKD2tm8mQ==" } }, "is_incremental": false, @@ -3237,7 +3237,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RemoveCachedRequest.html", - "hash": "AwCA7bxppTS8OdLYjen0sw==" + "hash": "l8lQixaKAb+tpUiQ+9VBuQ==" } }, "is_incremental": false, @@ -3249,7 +3249,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.Session.RestoreCachedRequestParameters.html", - "hash": "npt2d102pDBdBd5ouUOtjw==" + "hash": "Qi+PlR4JiC6AOvhsrn4cQQ==" } }, "is_incremental": false, @@ -3285,7 +3285,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html", - "hash": "9Zn6t9EygA2K2+jnR8d9BQ==" + "hash": "LNVopCPdUm1vXsDlWWxHgQ==" } }, "is_incremental": false, @@ -3333,7 +3333,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AttachTokenDigests.html", - "hash": "mHLA0tJBJOq4PZKR6ds1BQ==" + "hash": "J5ern/MxQ59h4MeHxh2pgg==" } }, "is_incremental": false, @@ -3345,7 +3345,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.AttachTokenParameters.html", - "hash": "4lDajp5WTMd5OtBZQPd2ZQ==" + "hash": "pXxmmS1DC2OFX1RhwBNqog==" } }, "is_incremental": false, @@ -3357,7 +3357,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.BeautifyUserCode.html", - "hash": "aQWV4JE7lwZOpWAZtvJQNA==" + "hash": "4AiWNYsn9hzQJagJpsJDCg==" } }, "is_incremental": false, @@ -3369,7 +3369,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.CreateIdentityTokenEntry.html", - "hash": "Sm28Ky7CrNJ8vmkdQDTD0Q==" + "hash": "woSoX5Pai7y6z4mm4a6lWg==" } }, "is_incremental": false, @@ -3381,7 +3381,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html", - "hash": "xGlxxkUvhbDIsCTeH3davw==" + "hash": "DIEVNFFp0k/QSZ4peakocA==" } }, "is_incremental": false, @@ -3489,7 +3489,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html", - "hash": "hLuBG1BZTh5kNDjJhBNgfA==" + "hash": "8NLWlsPjaJQxAMEe1usxrw==" } }, "is_incremental": false, @@ -3501,7 +3501,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.html", - "hash": "BhsHsk1UyUlFMT+D6+kHxQ==" + "hash": "JvOpu1IJqaOTi4yNpvaDew==" } }, "is_incremental": false, @@ -3513,7 +3513,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.html", - "hash": "NICwScT7SrcAKWhCDa0CPA==" + "hash": "50fEX4Rs+6cDppepCbuVqw==" } }, "is_incremental": false, @@ -3525,7 +3525,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.html", - "hash": "/hCyxIih+/upIPzXD9al4Q==" + "hash": "siyaH6SiObUKRR0EMtPjcQ==" } }, "is_incremental": false, @@ -3537,7 +3537,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.html", - "hash": "1nnC8zLeX6Dytx5Z/SPleQ==" + "hash": "CKArCgy+8y58xIDFdNu8+g==" } }, "is_incremental": false, @@ -3549,7 +3549,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html", - "hash": "bFzdhjPOkJ+p+2hs8wQMHw==" + "hash": "jEQkg9gSpLrIhKdDl12imQ==" } }, "is_incremental": false, @@ -3573,7 +3573,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAccessToken.html", - "hash": "vxiRVgUTBHAz95VXvrQJng==" + "hash": "vSrJKg33sBgxl+M0rHDG1Q==" } }, "is_incremental": false, @@ -3585,7 +3585,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAuthorizationCode.html", - "hash": "DxJeIzOM6rHVJarNjS47Jw==" + "hash": "2caxp/C5NLEogZhAvoLHhw==" } }, "is_incremental": false, @@ -3597,7 +3597,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionDeviceCode.html", - "hash": "21lXqJSXMip+pjs/Yl57zw==" + "hash": "vpKPwiUazRcT6PkDKrDpGg==" } }, "is_incremental": false, @@ -3609,7 +3609,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionRefreshToken.html", - "hash": "iR+Yl43KYrEpbfNKvt2+zw==" + "hash": "IUHuYZ5cuLtYqZCLKSJT3Q==" } }, "is_incremental": false, @@ -3621,7 +3621,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionUserCode.html", - "hash": "381FDso0pfhDmqt8Oq8wJQ==" + "hash": "icijLXnNSodHyQbtJAQiCA==" } }, "is_incremental": false, @@ -3633,7 +3633,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html", - "hash": "EDOx+MZCmOZC/YAEonl7nQ==" + "hash": "QVbgo6uq52ztmhgXHB9a8g==" } }, "is_incremental": false, @@ -3681,7 +3681,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.GenerateIdentityModelIdentityToken.html", - "hash": "wvtJbwmOuFNSkZTpori09Q==" + "hash": "qVK8TrQBbpJ5M6t2IMaqtw==" } }, "is_incremental": false, @@ -3693,7 +3693,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.IOpenIddictServerDispatcher.html", - "hash": "/bMN6xIeSWALGmcw3PlZBQ==" + "hash": "mvsMn5wx/FRfbUEHddwMhQ==" } }, "is_incremental": false, @@ -3705,7 +3705,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.IOpenIddictServerFactory.html", - "hash": "WBOcfAFMM7DvrsCeE2L2NQ==" + "hash": "196pAwmydi819sWiX4/wSg==" } }, "is_incremental": false, @@ -3717,7 +3717,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.IOpenIddictServerHandler-1.html", - "hash": "N393CYxpIObADALu5F6bGQ==" + "hash": "v9bGYOGDnIefIf41kNRVWQ==" } }, "is_incremental": false, @@ -3729,7 +3729,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.IOpenIddictServerHandlerFilter-1.html", - "hash": "PjhRw0XAnIhu2/o4eLbwmA==" + "hash": "585FbiRP/KMiOUA4kxOeMw==" } }, "is_incremental": false, @@ -3777,7 +3777,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerDispatcher.html", - "hash": "GfzK52yN0pC0j4FlzV8HNw==" + "hash": "To93OACmSnWIWarCNdvqUQ==" } }, "is_incremental": false, @@ -4113,7 +4113,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleConfigurationRequestContext.html", - "hash": "1MVhs0wF/mClINIWSGBkRw==" + "hash": "1OfvgTm0nYoUXvCSGO2ysg==" } }, "is_incremental": false, @@ -4125,7 +4125,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleCryptographyRequestContext.html", - "hash": "QDSrYERL2s7JfUMv8SXZtw==" + "hash": "Mr9tQPc1Uh/uvZl3yRf8IA==" } }, "is_incremental": false, @@ -4149,7 +4149,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleIntrospectionRequestContext.html", - "hash": "w5bT+Xqh8IDMv6An+GADUA==" + "hash": "MurEge0X8R2q5WDPBhc2nw==" } }, "is_incremental": false, @@ -4173,7 +4173,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleRevocationRequestContext.html", - "hash": "BKhd74O1N/wBAW0aXL/Vkg==" + "hash": "UlTxJUJGmplwqcCsJKFYUA==" } }, "is_incremental": false, @@ -4197,7 +4197,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleUserinfoRequestContext.html", - "hash": "ri4+5GF0d820kNmZLBUMUQ==" + "hash": "sK0YdWKgF6NN4mE+WDBFOQ==" } }, "is_incremental": false, @@ -4425,7 +4425,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerFactory.html", - "hash": "vOA8wfqv9DLMumwaDpfSMA==" + "hash": "GOt95w9k0xexw/c42EETUA==" } }, "is_incremental": false, @@ -4437,7 +4437,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandler-1.html", - "hash": "kUUMZOOCnMbVHMzV8TIcDw==" + "hash": "ysmm1SYba2odSephlNjyrg==" } }, "is_incremental": false, @@ -4449,7 +4449,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder-1.html", - "hash": "vkWXly97yLR22p56WXzpWw==" + "hash": "oyAJQ3Xp1Z6vVJ6B+FZ7Zw==" } }, "is_incremental": false, @@ -4461,7 +4461,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.html", - "hash": "vUGJhk2NT6/5w9JneWKvuw==" + "hash": "+5+isBrHpwLJIXGpANosDg==" } }, "is_incremental": false, @@ -4473,7 +4473,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAccessTokenGenerated.html", - "hash": "Eqra9EOEzL343vjCGT/n9A==" + "hash": "8L8Da2DlbhqI9IMZOoTZ/A==" } }, "is_incremental": false, @@ -4485,7 +4485,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationCodeGenerated.html", - "hash": "AaIYHD45JxnFk+8LiIsl1Q==" + "hash": "BCDz943R/UwDyyf5b0RYrg==" } }, "is_incremental": false, @@ -4497,7 +4497,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.html", - "hash": "RohYW2ZXLVWwjAnbB0V2Cw==" + "hash": "fQRvqsCUdZXwhI05deQm5w==" } }, "is_incremental": false, @@ -4509,7 +4509,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.html", - "hash": "yum3Yr2bfql0Py34j0EN0Q==" + "hash": "gwGpNgXsB1YG9qelms1YDg==" } }, "is_incremental": false, @@ -4521,7 +4521,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.html", - "hash": "YlkaIlLWObvm2wa0JqIl/A==" + "hash": "CW2pH3kfQgBsk8Pp3ypjog==" } }, "is_incremental": false, @@ -4533,7 +4533,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.html", - "hash": "fSl4+QTxeRdyyD2oePF2NQ==" + "hash": "uqm01aQs8O+s+ErAhBYwZg==" } }, "is_incremental": false, @@ -4545,7 +4545,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.html", - "hash": "GJeiqRj3NfPNL7yrwylfIA==" + "hash": "COkTuGm9yGysnt4vzpWpdA==" } }, "is_incremental": false, @@ -4557,7 +4557,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.html", - "hash": "vzw0CJZ3cnfglqXP+rif2Q==" + "hash": "tFXuxOEYtJbucUwCWzFxBg==" } }, "is_incremental": false, @@ -4569,7 +4569,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceCodeGenerated.html", - "hash": "dm3sUrOj8+ITsNeC63RSPg==" + "hash": "212qih6V1ZzZQxv5MIWxow==" } }, "is_incremental": false, @@ -4581,7 +4581,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.html", - "hash": "j0eshNvM+PUEg89+PBqL6Q==" + "hash": "gtsO0Gyx3iOZgMqr7QIJgw==" } }, "is_incremental": false, @@ -4593,7 +4593,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.html", - "hash": "C47Ccxx0IkbmhQVc8l15xQ==" + "hash": "4DlxKFJQS+/inCa7gJMAeg==" } }, "is_incremental": false, @@ -4605,7 +4605,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.html", - "hash": "KSPWXHAKg/cWAOiEshyT4A==" + "hash": "jBIbz9uPuOdvKeq0RJPEXg==" } }, "is_incremental": false, @@ -4617,7 +4617,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIdentityTokenGenerated.html", - "hash": "HifK9pWAuajIrjtoN7DsBQ==" + "hash": "jHMexRa+BqQLIBNhqBslDg==" } }, "is_incremental": false, @@ -4629,7 +4629,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.html", - "hash": "w/WYkYEmLw9oG0bOVLqfyQ==" + "hash": "6RxdjGf4vKLgTgt7JD/txw==" } }, "is_incremental": false, @@ -4641,7 +4641,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.html", - "hash": "SIMqV+6rLCypgxJOcvDWkA==" + "hash": "y/vta6ckQvzBvhRu3FtDog==" } }, "is_incremental": false, @@ -4653,7 +4653,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.html", - "hash": "XoWofGVVTaB1bOnE4xXLrg==" + "hash": "Bo2iSy9T7Br4DCQUcfMQGg==" } }, "is_incremental": false, @@ -4665,7 +4665,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.html", - "hash": "l4IHdpsqAEf+5F8xzoyYFA==" + "hash": "nH1hx/PvgJPMBUtC2jLS8A==" } }, "is_incremental": false, @@ -4677,7 +4677,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.html", - "hash": "vnI0cs8BywtUKpIEeAC2NA==" + "hash": "8jPYMP3UEJOK9jfTXaMHdw==" } }, "is_incremental": false, @@ -4689,7 +4689,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRefreshTokenGenerated.html", - "hash": "P83VzdT5bTDYlmXXjicgIg==" + "hash": "PUEtycUpTdjwPMm3d43siA==" } }, "is_incremental": false, @@ -4701,7 +4701,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.html", - "hash": "H1Hz6s0M8KUASUkoXK/eOQ==" + "hash": "Ae63Jc574W4l0b5UKj2FMQ==" } }, "is_incremental": false, @@ -4713,7 +4713,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.html", - "hash": "SpZ2sMU1fjOyvbIxEeifwA==" + "hash": "mojCsjiWCcGEecTVAuuN2A==" } }, "is_incremental": false, @@ -4725,7 +4725,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.html", - "hash": "saZUUroUMTPr41xd6IuUyw==" + "hash": "HX0mAlPR9gr5iTTooDmSoA==" } }, "is_incremental": false, @@ -4737,7 +4737,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.html", - "hash": "tjxE9H+A1hnGqaApXug25g==" + "hash": "qY4Il0twDkb2mJvzS8BaBw==" } }, "is_incremental": false, @@ -4749,7 +4749,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.html", - "hash": "Yypaz4QlgSbCrXBS/oZJfA==" + "hash": "UlmqE5BDpyLv8jE0YilYrQ==" } }, "is_incremental": false, @@ -4761,7 +4761,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.html", - "hash": "vrMh4wl8nxWiWGoVQzqkHg==" + "hash": "tN8ktC2a5WMn3qFWeoM51A==" } }, "is_incremental": false, @@ -4773,7 +4773,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.html", - "hash": "MkYEH7HfcfQq48c0oJfUWg==" + "hash": "fsXdhld6hCuQANAvxnahDA==" } }, "is_incremental": false, @@ -4785,7 +4785,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserCodeGenerated.html", - "hash": "mZH4gc743UYIimqF9ph4Og==" + "hash": "t5DXshzmMh9Nux0qq5eewQ==" } }, "is_incremental": false, @@ -4797,7 +4797,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.html", - "hash": "22VSIdS/oytlVTnlr6R30w==" + "hash": "4nGCmg/F/Vgkx04ovcALmA==" } }, "is_incremental": false, @@ -4809,7 +4809,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.html", - "hash": "m8BC7bGg2gfTjh7OHrqvDw==" + "hash": "JLLFig67kQQE11+Mt3gVXw==" } }, "is_incremental": false, @@ -4845,7 +4845,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ApplyVerificationResponse-1.html", - "hash": "SMwv4gAnb9nmBNIg4R7KjA==" + "hash": "iiJhx6HikE7wwvDbpYoGig==" } }, "is_incremental": false, @@ -4857,7 +4857,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachAuthorization.html", - "hash": "E6PuJAnD+UTRfONyF7BRvA==" + "hash": "r2deqGPCpkhd1R33NiKOpg==" } }, "is_incremental": false, @@ -4869,7 +4869,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.html", - "hash": "qytyKdz7JF0XtSkIHfz7vw==" + "hash": "wcshGzIXQ9eOSN2sHfoVZw==" } }, "is_incremental": false, @@ -4881,7 +4881,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultPresenters.html", - "hash": "3lQMdxNOaV4d+GOsQN5sOQ==" + "hash": "9N7j4GzyBxgNEMexMD70RA==" } }, "is_incremental": false, @@ -4893,7 +4893,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultScopes.html", - "hash": "axK+7f/mgnBWlpr5WlQRXw==" + "hash": "AgQtdRtYFfGtfZGeNEmY+w==" } }, "is_incremental": false, @@ -4905,7 +4905,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachDeviceCodeIdentifier.html", - "hash": "hgmLDX82C3MheuEfeN7zQg==" + "hash": "nLGmyj4ovl8TwWfehZ6Puw==" } }, "is_incremental": false, @@ -4917,7 +4917,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachPrincipal.html", - "hash": "1sSdtxLoz+dBT/HBKDd6Kg==" + "hash": "zKe70pWawKlSjvrRS56FpA==" } }, "is_incremental": false, @@ -4929,7 +4929,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachRedirectUri.html", - "hash": "Suoek9D/5KfXbSivCgX+Sg==" + "hash": "FMWzoocGBJmdkB1UqKGZUQ==" } }, "is_incremental": false, @@ -4941,7 +4941,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachResponseState.html", - "hash": "reHzTWaLnUeIetlWt5YClg==" + "hash": "VrpV4FEGnBUe8doLG0joyg==" } }, "is_incremental": false, @@ -4953,7 +4953,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.AttachUserCodePrincipal.html", - "hash": "ivH+SUMb0dbuWj/iIB3srg==" + "hash": "js2RggrXpnGHear9oENxHQ==" } }, "is_incremental": false, @@ -4965,7 +4965,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ApplyAuthorizationResponse-1.html", - "hash": "cB6Oj/pWSlSEne70ZTQI2Q==" + "hash": "iWe3TVa4bMwCsPOxsFOYJQ==" } }, "is_incremental": false, @@ -4977,7 +4977,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.html", - "hash": "VOnbSHrDoiTu4S8tVs1xrA==" + "hash": "bjZyg9mMTKNd6x9Im8rEDw==" } }, "is_incremental": false, @@ -4989,7 +4989,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.html", - "hash": "tTS/s/bSbKl/DRZgWB8J9g==" + "hash": "Yk58lIBV44LQGlc6TFlc6Q==" } }, "is_incremental": false, @@ -5001,7 +5001,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.html", - "hash": "y4UQTN+8I+oKHEJbeaO7Fw==" + "hash": "t3edYhVR6/JgfJabhiep7Q==" } }, "is_incremental": false, @@ -5013,7 +5013,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientId.html", - "hash": "JGoUXeyiyukiwdUlRhgSwA==" + "hash": "rtHtoF5wbhO1TFO/v3wtCg==" } }, "is_incremental": false, @@ -5025,7 +5025,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientIdParameter.html", - "hash": "lT2LlpjVw0dP+r9GPoeNEw==" + "hash": "/rm6/h2T/Twop7PvmnI3ow==" } }, "is_incremental": false, @@ -5037,7 +5037,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientRedirectUri.html", - "hash": "ASJij46oCU7qcIrT+so5PQ==" + "hash": "3a6J7AkqGYJwBpswu8/B8w==" } }, "is_incremental": false, @@ -5049,7 +5049,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateClientType.html", - "hash": "1UQvLOXohjYsqZsjGNrliQ==" + "hash": "WcWpkdjLTQeV9+fx8VHcnw==" } }, "is_incremental": false, @@ -5061,7 +5061,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateNonceParameter.html", - "hash": "kCd8Rrpavxwae341ZJlm7Q==" + "hash": "a5iNBYMhNadup4yG/Edw2A==" } }, "is_incremental": false, @@ -5073,7 +5073,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidatePromptParameter.html", - "hash": "dCmNF3lb2IaLV1bTabh1oQ==" + "hash": "a3gE1zA+/Vo6AMRsWDYbPw==" } }, "is_incremental": false, @@ -5085,7 +5085,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateProofKeyForCodeExchangeParameters.html", - "hash": "lg0ZqvKoVroG7ORZ1W3Dzg==" + "hash": "E3T8lwI0G7EZgehvW0AiAQ==" } }, "is_incremental": false, @@ -5097,7 +5097,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRedirectUriParameter.html", - "hash": "hekmj91tJwAwktSVGMoxQQ==" + "hash": "t3LgYsENptEd/6N6MutqTQ==" } }, "is_incremental": false, @@ -5109,7 +5109,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestParameter.html", - "hash": "xpcya2ORL+ugoXf34pPyhw==" + "hash": "B2vlQ2mWelJlWFgUZFF35A==" } }, "is_incremental": false, @@ -5121,7 +5121,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateRequestUriParameter.html", - "hash": "eh+OfNPCel6sTS5aOV4SnA==" + "hash": "ZUwdziPyCHdD7K74DSG/yA==" } }, "is_incremental": false, @@ -5133,7 +5133,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseModeParameter.html", - "hash": "P4FyicNFJU0LPAuP5UhWuw==" + "hash": "ZODYVPiNe6kzwc1TPlGvEA==" } }, "is_incremental": false, @@ -5145,7 +5145,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateResponseTypeParameter.html", - "hash": "xq+TszBDqH2UagbQNQETjA==" + "hash": "kB8jvmbuRSNYJM5mwhKKuA==" } }, "is_incremental": false, @@ -5157,7 +5157,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateScopeParameter.html", - "hash": "4gAd57Pi8vpo3eebN7bgRQ==" + "hash": "ZCR+QdsFI2dCwmvcxBgVbA==" } }, "is_incremental": false, @@ -5181,7 +5181,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.html", - "hash": "Q9weNVSncXOBBy4arjvDHQ==" + "hash": "nuJP/oaEPG4QvKAnpPZdfQ==" } }, "is_incremental": false, @@ -5193,7 +5193,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAccessToken.html", - "hash": "kRRvbBye8j5yFkngVhC6qA==" + "hash": "sSyuAZU3W/wgxj22os9zqA==" } }, "is_incremental": false, @@ -5205,7 +5205,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceAuthorizationCode.html", - "hash": "DFiO/e/iFQMn7DWPkJDhpQ==" + "hash": "9Ziixfrx0dUSw4F6NShdqg==" } }, "is_incremental": false, @@ -5217,7 +5217,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceDeviceCode.html", - "hash": "MDgsKsTcm6zjWU9V+tcWHA==" + "hash": "SLQmLsNkrOxmRrIUlyzR6A==" } }, "is_incremental": false, @@ -5229,7 +5229,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceRefreshToken.html", - "hash": "mlepmNm/r8Ie/wWbRDMmUQ==" + "hash": "0TbKJHeCBokhMi2AeL9DYA==" } }, "is_incremental": false, @@ -5241,7 +5241,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ConvertReferenceUserCode.html", - "hash": "3EXvZiN6dVyUFsHrKZFvww==" + "hash": "nWRi1pRJLCg0ly5fZDPzRA==" } }, "is_incremental": false, @@ -5253,7 +5253,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.CreateAccessTokenEntry.html", - "hash": "oSEx13ev9v3P3BZ+86utoQ==" + "hash": "i6hkwiV0Tej0i34mkPsJAg==" } }, "is_incremental": false, @@ -5265,7 +5265,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.CreateAuthorizationCodeEntry.html", - "hash": "x1ujhUo7Tnl5a/q7Ak9kCw==" + "hash": "rRd9VGRwsQQtf/ahbRC9JQ==" } }, "is_incremental": false, @@ -5277,7 +5277,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.CreateDeviceCodeEntry.html", - "hash": "CQHubl3ppn0Vqecr6z+mQw==" + "hash": "wKYCIoOt65DT280NRfJDMg==" } }, "is_incremental": false, @@ -5289,7 +5289,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.CreateRefreshTokenEntry.html", - "hash": "j6q4Yvk4Dmx+f5lhcc4jfg==" + "hash": "whmpTSQOH5cGMURRQgcJOQ==" } }, "is_incremental": false, @@ -5301,7 +5301,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.CreateUserCodeEntry.html", - "hash": "yNfl0lQMk+7LRK0fAGfxMg==" + "hash": "3d5p3UZ5mfuLM1R0hpYObg==" } }, "is_incremental": false, @@ -5313,7 +5313,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Device.ApplyDeviceResponse-1.html", - "hash": "aXNGmJwlWCQ9T7oX4Y3pVQ==" + "hash": "nDri0EuX4FcC7OIcLjp6Bg==" } }, "is_incremental": false, @@ -5325,7 +5325,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.html", - "hash": "ciBarjSw9DfBTk5v2GiWcA==" + "hash": "cN2ukwALjtMeX6+ZEBzEUg==" } }, "is_incremental": false, @@ -5337,7 +5337,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.html", - "hash": "SinNHilxCsLMX+Y+CZ3/DQ==" + "hash": "bYK1CmYf3mlnuZB+fJ1LpQ==" } }, "is_incremental": false, @@ -5349,7 +5349,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateClientIdParameter.html", - "hash": "2RR5u6vZkFnHHQdtZjKZvA==" + "hash": "ShntOTrF/zszro16v340Sw==" } }, "is_incremental": false, @@ -5361,7 +5361,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.html", - "hash": "Lq4VcTgWTj/0U3OSEY2grw==" + "hash": "flcbeQq2ZMtHnH/5sM+7cQ==" } }, "is_incremental": false, @@ -5373,7 +5373,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateScopeParameter.html", - "hash": "UqWz8u1s4LkuBSdaFiM6Ug==" + "hash": "soHdxCWsz69sOga02nVM8g==" } }, "is_incremental": false, @@ -5397,7 +5397,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Device.html", - "hash": "3Vlo8qgTEVmC7YBjUtLRtA==" + "hash": "u2m8jYg1+IpT5gzTaPdcVQ==" } }, "is_incremental": false, @@ -5409,7 +5409,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyConfigurationResponse-1.html", - "hash": "iRhM3bB8OHQqs1QuG5s97A==" + "hash": "i6ylTnJwAgKZSPQ8rTPUcg==" } }, "is_incremental": false, @@ -5421,7 +5421,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ApplyCryptographyResponse-1.html", - "hash": "gWoR/WRDij7bzE4D9f1hhQ==" + "hash": "QGxbMRcleig648mzxLAhqA==" } }, "is_incremental": false, @@ -5433,7 +5433,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachAdditionalMetadata.html", - "hash": "JYE/t6j1IYO1mBgP8aCMvg==" + "hash": "YNgpNWM/acaHU3l9FEEhKw==" } }, "is_incremental": false, @@ -5445,7 +5445,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClaims.html", - "hash": "AMZjjauMIlyBcj9228AQeA==" + "hash": "G0QL8bmWOua2i7vQO3g+pQ==" } }, "is_incremental": false, @@ -5457,7 +5457,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachClientAuthenticationMethods.html", - "hash": "w4qiJfk7zn/Fmn4hadVB6A==" + "hash": "wHPQWRso2d3DqWA73aaG2A==" } }, "is_incremental": false, @@ -5469,7 +5469,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachCodeChallengeMethods.html", - "hash": "cbE54gxxRqPHocnZzvgVJA==" + "hash": "q5Bti4ty48msVT5AsgJreA==" } }, "is_incremental": false, @@ -5481,7 +5481,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachEndpoints.html", - "hash": "9sYuk+RwBXJLfuumK68COA==" + "hash": "wxskkvdN2n7gpMKokYNtfw==" } }, "is_incremental": false, @@ -5493,7 +5493,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachGrantTypes.html", - "hash": "1SvHrTafFd1/YR++5XThTw==" + "hash": "X0wVMBkjM32loJIgkUoZFA==" } }, "is_incremental": false, @@ -5505,7 +5505,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseModes.html", - "hash": "tyaD/9cLmpAvC+6gDGGXHQ==" + "hash": "i+gF4OOkUOYg8LaMHnzr+g==" } }, "is_incremental": false, @@ -5517,7 +5517,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachResponseTypes.html", - "hash": "ZExfqaJ2ID7MtUC007V/Aw==" + "hash": "fm8Mr39MCzHlC7hBrkiW7w==" } }, "is_incremental": false, @@ -5529,7 +5529,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachScopes.html", - "hash": "3BoV4v1QyWOft6MDJAQHFA==" + "hash": "KT/VWBvo/mJga+G3r3WZ3Q==" } }, "is_incremental": false, @@ -5541,7 +5541,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningAlgorithms.html", - "hash": "rjnwY41Ir4Y8CDboM6CMAw==" + "hash": "TtVr2LaPKa0mk4ZVttts/A==" } }, "is_incremental": false, @@ -5553,7 +5553,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSigningKeys.html", - "hash": "sw56ttT5Y8euMzNEL+fA0w==" + "hash": "FVwbyy61VzTI5BM52Cj+Bg==" } }, "is_incremental": false, @@ -5565,7 +5565,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.AttachSubjectTypes.html", - "hash": "nHCtEmGG4ONc3ZhxI0q6mg==" + "hash": "2drYQEIb4+MM0d4o2ULVHw==" } }, "is_incremental": false, @@ -5577,7 +5577,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.html", - "hash": "zUETZATJGZ/eVL9iZ7XxFA==" + "hash": "IPF9E/tRCVOtPTgjBk1BBw==" } }, "is_incremental": false, @@ -5589,7 +5589,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.html", - "hash": "Gmde7xHm8r8EGWr2tdj+gQ==" + "hash": "zqtTjCgS+5ZFgJWwhhVPSQ==" } }, "is_incremental": false, @@ -5601,7 +5601,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.html", - "hash": "Lntzzq0249JkWmBVM6mudA==" + "hash": "R2Lzhr20I8Cdo9PCt6yGOA==" } }, "is_incremental": false, @@ -5613,7 +5613,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.html", - "hash": "06ehzfPFjdNCSDxA2XQP8g==" + "hash": "2y98qqfIA36kI2Mi8UNKWw==" } }, "is_incremental": false, @@ -5625,7 +5625,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.html", - "hash": "CYjX2bBXWTYPGBZW02BE0A==" + "hash": "M/VQiYzc5dRSTrd7DMU43w==" } }, "is_incremental": false, @@ -5637,7 +5637,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.html", - "hash": "pREC7B8PJbB2sIxGfqbOJQ==" + "hash": "8GXtgwzeV0fwjRooGtvydA==" } }, "is_incremental": false, @@ -5661,7 +5661,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.EvaluateTokenTypes.html", - "hash": "ppc7VSgtiALRXNyBigJytA==" + "hash": "1MmpAl7bwkHDO1o8enknCA==" } }, "is_incremental": false, @@ -5673,7 +5673,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ApplyTokenResponse-1.html", - "hash": "sRtyyOKhBKxNpSSZ5xbi7Q==" + "hash": "qiihpdWdNPiFS4ZAz6aBHg==" } }, "is_incremental": false, @@ -5685,7 +5685,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.html", - "hash": "JgT4npquMO0Pm5UrdVt0yA==" + "hash": "EfJ0KLrlorOdJnLlbvNBWg==" } }, "is_incremental": false, @@ -5697,7 +5697,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.html", - "hash": "D0AsJC5a6TbBqAMHyZrY8A==" + "hash": "Hrp8gu27Gv/blJH/GhH+6w==" } }, "is_incremental": false, @@ -5709,7 +5709,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateAuthorizationCodeParameter.html", - "hash": "MXYS2fazsVS7mdNLarXp3Q==" + "hash": "syE5Z5RQ5sf624JmxpQ1ZQ==" } }, "is_incremental": false, @@ -5721,7 +5721,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientCredentialsParameters.html", - "hash": "jhloG1ZUzW5wfmzT6CGPRw==" + "hash": "X89+KNJRd11xlvHAcQV4wg==" } }, "is_incremental": false, @@ -5733,7 +5733,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateClientIdParameter.html", - "hash": "wlA/RGo16ekhgEQxvK0xFw==" + "hash": "ejDtAoix76LvvpBsvLwu0w==" } }, "is_incremental": false, @@ -5745,7 +5745,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateDeviceCodeParameter.html", - "hash": "i/U2nJiTq2CUL4PYDhirTA==" + "hash": "4KG1ld8UGxajpDvsbassyw==" } }, "is_incremental": false, @@ -5757,7 +5757,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateGrantType.html", - "hash": "HaoitaD80Ua3fNHyXuYmTA==" + "hash": "OQghKhHn0VJX4scmz7qAhA==" } }, "is_incremental": false, @@ -5769,7 +5769,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateProofKeyForCodeExchangeParameters.html", - "hash": "Hs7usFqMtdtHwljd1MsKdg==" + "hash": "yzgtsve1Q39fAfAEzkUZ6Q==" } }, "is_incremental": false, @@ -5781,7 +5781,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateRefreshTokenParameter.html", - "hash": "KaonjcgGIQepEDXAYoceRA==" + "hash": "I83SLaAWBoyr6edJx5+psg==" } }, "is_incremental": false, @@ -5793,7 +5793,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateResourceOwnerCredentialsParameters.html", - "hash": "f3ZXxhBJduf3P3rDKXEZIw==" + "hash": "lS38NYD//9rP5FfAkRJRSQ==" } }, "is_incremental": false, @@ -5817,7 +5817,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.html", - "hash": "/Vqqo+GdIJtBQEvx7G8+vQ==" + "hash": "k97BfQBSzE5pdWjtKwHsIg==" } }, "is_incremental": false, @@ -5829,7 +5829,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.html", - "hash": "I53vY0zrT0DT5MzMoQn5vg==" + "hash": "JDU9qr7+ZZAPjRZ6yJIiuQ==" } }, "is_incremental": false, @@ -5841,7 +5841,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.html", - "hash": "6FEVpuRBFs+kTWeq+rtJHA==" + "hash": "8K4a1HCU6TuRxK/Yso5AQw==" } }, "is_incremental": false, @@ -5853,7 +5853,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAccessToken.html", - "hash": "yLQF0Pisu1nSW3Jp2LzRbA==" + "hash": "xeg1egrDkJgNtUtBBdakWA==" } }, "is_incremental": false, @@ -5865,7 +5865,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelAuthorizationCode.html", - "hash": "ny0OwhSOExm6KORtqZ/aQA==" + "hash": "dQq5HI13pRSdr8vIc9W3Eg==" } }, "is_incremental": false, @@ -5877,7 +5877,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelDeviceCode.html", - "hash": "9+cKVbfPs2M1n9RPOal2hA==" + "hash": "RivzsipgiHYjk74CTV0/Nw==" } }, "is_incremental": false, @@ -5889,7 +5889,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelRefreshToken.html", - "hash": "qvRgo3jpl/t2ajNRoapaJQ==" + "hash": "60y4KxvEUZUIkDjGFQPQsw==" } }, "is_incremental": false, @@ -5901,7 +5901,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.GenerateIdentityModelUserCode.html", - "hash": "AFQXxvJ3agggnecu9Vav5A==" + "hash": "WqvodAkSyMNmYvxqQ9nqZw==" } }, "is_incremental": false, @@ -5913,7 +5913,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.html", - "hash": "sAmRlSE16XcHdmkhEEz0uA==" + "hash": "WzjdR6CQXae7/3Nr6OCgQA==" } }, "is_incremental": false, @@ -5925,7 +5925,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.InferResources.html", - "hash": "13uokpYIjCmAYToV4qx2Gg==" + "hash": "ZcvJimRCUeUMT0EAARP4mQ==" } }, "is_incremental": false, @@ -5937,7 +5937,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.InferResponseMode.html", - "hash": "ChULyj2uq0gK1hkyLZDt5w==" + "hash": "DrkKpG9f6SykwEzyFml/Tw==" } }, "is_incremental": false, @@ -5949,7 +5949,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ApplyIntrospectionResponse-1.html", - "hash": "hNhr0PA2WXVBAiZkcpSABQ==" + "hash": "UnqcQCXhvb6P3qO1vPxDXg==" } }, "is_incremental": false, @@ -5961,7 +5961,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachApplicationClaims.html", - "hash": "VR+KKe1IHlVCKcbAEV42fg==" + "hash": "5twxDEna0Kh0rSVA1ciQuA==" } }, "is_incremental": false, @@ -5973,7 +5973,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachMetadataClaims.html", - "hash": "RG/wcp8INW+SoWUpCQfSnQ==" + "hash": "WE9w/HekP5HFQ+U4hSV9Ag==" } }, "is_incremental": false, @@ -5985,7 +5985,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.AttachPrincipal.html", - "hash": "qomqBaSokgZ2v9jqNeTdIQ==" + "hash": "28IDn+DOuWNXbvRZhJyAWw==" } }, "is_incremental": false, @@ -5997,7 +5997,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.html", - "hash": "SdxhvKG0dF8JsGddiqrIuw==" + "hash": "ZtUP1LCwffWG/AFxVHwidA==" } }, "is_incremental": false, @@ -6009,7 +6009,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.html", - "hash": "+10jbV6/hDbJXtOD74Pj6g==" + "hash": "jIhBwhGp0MuagujgQOlblw==" } }, "is_incremental": false, @@ -6021,7 +6021,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.NormalizeErrorResponse.html", - "hash": "5joheJz/lZ8D9NiSKAwISg==" + "hash": "NXOXC9bQNAVUnMQd8xuGNA==" } }, "is_incremental": false, @@ -6033,7 +6033,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateAuthorizedParty.html", - "hash": "vKy903UVizAsaGrfeviHpw==" + "hash": "bMBAPbi2cRTquyUiqKmmeA==" } }, "is_incremental": false, @@ -6045,7 +6045,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientId.html", - "hash": "0AADLsd5m3tkUyENnMnvpQ==" + "hash": "NjuYBu8ZkAeXgTZf8fL4PQ==" } }, "is_incremental": false, @@ -6057,7 +6057,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientIdParameter.html", - "hash": "a/tu5O6xyHyYfwTIDiCr+g==" + "hash": "i0a6/aPhLjc9e139pFigpg==" } }, "is_incremental": false, @@ -6069,7 +6069,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientSecret.html", - "hash": "RwU8U+LgK8z4TKZvoE7GnQ==" + "hash": "GcdKxcpxIuoW3na1i0cCLQ==" } }, "is_incremental": false, @@ -6081,7 +6081,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateClientType.html", - "hash": "hlfLGzW1Zy0ZHB+T0wt+kw==" + "hash": "7uQFT0XdLPJ8TbAN7mnN9Q==" } }, "is_incremental": false, @@ -6093,7 +6093,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateEndpointPermissions.html", - "hash": "I0rEA25bhHUq9OWJed4ehQ==" + "hash": "50AhDt62t6EvxLFuvfgoMA==" } }, "is_incremental": false, @@ -6105,7 +6105,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.html", - "hash": "h+zMc4HFqTWQrUo5y7I1KQ==" + "hash": "LdUEwBTYu0j5kRaXfzKpkQ==" } }, "is_incremental": false, @@ -6117,7 +6117,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateToken.html", - "hash": "cFoGButeIXpXMpMlP5d01w==" + "hash": "JjPhFtbwerlH1d9mMtJoog==" } }, "is_incremental": false, @@ -6129,7 +6129,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenParameter.html", - "hash": "ganfNgIRbSA+XMibkhChzA==" + "hash": "O3SxF0A2oQLHvMhtAEVAHg==" } }, "is_incremental": false, @@ -6141,7 +6141,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateTokenType.html", - "hash": "+F3Y80Lbv0QFtOh4TSVoSA==" + "hash": "MhORLblAAUaSm7nlAiUuQg==" } }, "is_incremental": false, @@ -6165,7 +6165,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.html", - "hash": "oe/nbxDFJ9nnk30SZ8a2ig==" + "hash": "HmNQlShZduk2HPQ7ER4U+Q==" } }, "is_incremental": false, @@ -6177,7 +6177,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.html", - "hash": "nWa4NKsuFLUv/8JRDsagWw==" + "hash": "WtuVo48aaMrz1Obh0SAuRw==" } }, "is_incremental": false, @@ -6189,7 +6189,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.html", - "hash": "2VqxrEpdFLjMyUVSZH2x+Q==" + "hash": "2aykV1u2W801RgumAfrtMQ==" } }, "is_incremental": false, @@ -6201,7 +6201,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAccessTokenPrincipal.html", - "hash": "2cW0vQLp0TpYaVkC8YfSVA==" + "hash": "C/P1DGgHLPlhn2cBxl6Z7A==" } }, "is_incremental": false, @@ -6213,7 +6213,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.PrepareAuthorizationCodePrincipal.html", - "hash": "vhdlqpGJybaEGPVdf4VOAQ==" + "hash": "mKs2mFzU/+4FqMpV6Lu+BA==" } }, "is_incremental": false, @@ -6225,7 +6225,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.PrepareDeviceCodePrincipal.html", - "hash": "VzCxDdF2h1IztwpVLDm5UQ==" + "hash": "LZvKQ5N74M6mrXUEg8rUQg==" } }, "is_incremental": false, @@ -6237,7 +6237,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.PrepareIdentityTokenPrincipal.html", - "hash": "dcOj94DhD8zctNot+9G70Q==" + "hash": "jp5/OO3jtoc9YXUkrmMnWw==" } }, "is_incremental": false, @@ -6249,7 +6249,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.PrepareRefreshTokenPrincipal.html", - "hash": "2AltbXHyyUZK5gUJMDDKGQ==" + "hash": "0DYjIrxJEBucAKCe6tfAXg==" } }, "is_incremental": false, @@ -6261,7 +6261,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.PrepareUserCodePrincipal.html", - "hash": "iU3d0+VAn0w8kK/Y8Zfn+A==" + "hash": "EhU2PbceFq6N/vLmJpLRSg==" } }, "is_incremental": false, @@ -6273,7 +6273,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.RedeemTokenEntry.html", - "hash": "MMVzAbffhMDM5OuZ2ErD/A==" + "hash": "gdW1lrCoHOuH7suX96cD0A==" } }, "is_incremental": false, @@ -6285,7 +6285,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.html", - "hash": "/0oDhvFoqrp4EZ2Hb1pQcg==" + "hash": "zkjTJTrDhe4WGdDQ5SFmfA==" } }, "is_incremental": false, @@ -6297,7 +6297,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.html", - "hash": "zkj+P8uerg9DRM+YbZNGYw==" + "hash": "6IC64dqXJZ8Z+rVBMtldZA==" } }, "is_incremental": false, @@ -6309,7 +6309,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.RestoreInternalClaims.html", - "hash": "3tW8gJjSSJnDhBw7jHxKOA==" + "hash": "kaLLqGisel+KO726WAypsA==" } }, "is_incremental": false, @@ -6321,7 +6321,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.html", - "hash": "ey/pC/qbeAs2nRLanjrWjQ==" + "hash": "/UBVKaCTqTDRazCo1cLz/A==" } }, "is_incremental": false, @@ -6333,7 +6333,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ApplyRevocationResponse-1.html", - "hash": "o8BcydDJy9Pbhy9C+AdoOQ==" + "hash": "TehtozTntZLr18d4TSv4Tg==" } }, "is_incremental": false, @@ -6345,7 +6345,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.AttachPrincipal.html", - "hash": "1YotynQyLMyf8IFrN6WYZA==" + "hash": "d7USZrNkj3hb/hdM0KeMoA==" } }, "is_incremental": false, @@ -6357,7 +6357,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.html", - "hash": "A1TS/gHUoZGcNXypSTqDgw==" + "hash": "a/vFMqIhdiJNzinSXO+LIA==" } }, "is_incremental": false, @@ -6369,7 +6369,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.html", - "hash": "V11nXfXt0Iw+WaaUKAY0CA==" + "hash": "3kSeBqCYxolKOXKQcBInJA==" } }, "is_incremental": false, @@ -6381,7 +6381,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.NormalizeErrorResponse.html", - "hash": "jypHp/+R/oX+K8RHWRha9Q==" + "hash": "u+4XnecAczTYwG4uZc2fJQ==" } }, "is_incremental": false, @@ -6393,7 +6393,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.RevokeToken.html", - "hash": "lSlGfypBUtD3MP/fEXR24g==" + "hash": "b95Y6Qc8yFBMfZmIekWxLA==" } }, "is_incremental": false, @@ -6405,7 +6405,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateAuthorizedParty.html", - "hash": "idsUmsGSAoEGvRv3jNj2QA==" + "hash": "asajEbb1a1N/OqvfUmB89w==" } }, "is_incremental": false, @@ -6417,7 +6417,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientId.html", - "hash": "6g6PifNRfejpMoJ29VaX2w==" + "hash": "eZ5uB7zK8E+2I+9t7b3Mag==" } }, "is_incremental": false, @@ -6429,7 +6429,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientIdParameter.html", - "hash": "zKsXnTGq8wI2Zm7aB4RF1w==" + "hash": "dAdwBXazFg9NnepRXvZVZQ==" } }, "is_incremental": false, @@ -6441,7 +6441,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientSecret.html", - "hash": "FoJ7zf7g6Pe5zFZwFX0S7Q==" + "hash": "xYVG6RtxMEnFH6SsRWHG5A==" } }, "is_incremental": false, @@ -6453,7 +6453,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateClientType.html", - "hash": "VdVwCQLKO6VNUsws7vg1FQ==" + "hash": "UKZ70GSFM46EueREID29Vw==" } }, "is_incremental": false, @@ -6465,7 +6465,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateEndpointPermissions.html", - "hash": "iwFuJh1fe8ZpwzfIOwa13w==" + "hash": "PEsyfQxjgVLF0l1q0tIJVg==" } }, "is_incremental": false, @@ -6477,7 +6477,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.html", - "hash": "yT57qWB0TidWoSuELIPV/Q==" + "hash": "96B/h1zhFKBg53yPnQ3aJw==" } }, "is_incremental": false, @@ -6489,7 +6489,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateToken.html", - "hash": "4O10Xe8WdUUIBo8SIhaQaA==" + "hash": "LCXQ/1PGxW596fwlCbzsOw==" } }, "is_incremental": false, @@ -6501,7 +6501,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenParameter.html", - "hash": "JaipHFGSFyV+bmxTs6JcBw==" + "hash": "4tatloK6MNmWx6BRPipQaw==" } }, "is_incremental": false, @@ -6513,7 +6513,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateTokenType.html", - "hash": "NV4vVaqhOXElsCFxDjBsZw==" + "hash": "ZKFSDdzIe8j/Wp0yNCQEsQ==" } }, "is_incremental": false, @@ -6537,7 +6537,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Session.ApplyLogoutResponse-1.html", - "hash": "WuC6TzCYAj1FWvF9RxOhlQ==" + "hash": "2QcOhUlvxiRa4YP5pwILuQ==" } }, "is_incremental": false, @@ -6549,7 +6549,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachPostLogoutRedirectUri.html", - "hash": "afF0nRWqydpb+tQ8Lg3Vmg==" + "hash": "9nvb1/CKXQODA+6ttu9jpA==" } }, "is_incremental": false, @@ -6561,7 +6561,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Session.AttachResponseState.html", - "hash": "e1zW7QbDcWg+8JYi8dCkOw==" + "hash": "KbDxurMgFWNA8eYlPtiA5g==" } }, "is_incremental": false, @@ -6573,7 +6573,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.html", - "hash": "k4oXePFGSpAVXXN4L0cFbA==" + "hash": "lXgshohz+SRaRxB5SbUWBQ==" } }, "is_incremental": false, @@ -6585,7 +6585,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.html", - "hash": "j0DaW3MOrQW3mrB/Giq7uw==" + "hash": "aoTgA0eWQNKVYeMCGeu3yQ==" } }, "is_incremental": false, @@ -6597,7 +6597,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateClientPostLogoutRedirectUri.html", - "hash": "t3/Q/HzzRa2iN++SJVKj9A==" + "hash": "wSzj7MWEzQDXG9goFGofsA==" } }, "is_incremental": false, @@ -6609,7 +6609,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.html", - "hash": "E4q3e2F1Hcsg8xeqlxA2PQ==" + "hash": "lHzbLl1PRd7J5Vi1fC1/1A==" } }, "is_incremental": false, @@ -6621,7 +6621,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidatePostLogoutRedirectUriParameter.html", - "hash": "iVcjgp9poQ5WK6XWpKNDvA==" + "hash": "Hn8RVRCjz5gEh+ANZgq5cg==" } }, "is_incremental": false, @@ -6645,7 +6645,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.UpdateReferenceDeviceCodeEntry.html", - "hash": "GMSIEct+dvzYbD5mpMojxg==" + "hash": "/Wg2oro83DDLx0GFqICN/w==" } }, "is_incremental": false, @@ -6657,7 +6657,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ApplyUserinfoResponse-1.html", - "hash": "qexV3rASGmMsVVEG9Aumbg==" + "hash": "CoKOS8WvtAbgXt1xbk5Aiw==" } }, "is_incremental": false, @@ -6669,7 +6669,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachAudiences.html", - "hash": "OQ2c5JO16qRxohwK6h3S9Q==" + "hash": "y64bWq/L5j4rSVgzX61C1Q==" } }, "is_incremental": false, @@ -6681,7 +6681,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachClaims.html", - "hash": "nygRvfgVIqTa9ZP5Z654rQ==" + "hash": "0rsCYdW8L9Au/GsJ5zn7uA==" } }, "is_incremental": false, @@ -6693,7 +6693,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.AttachPrincipal.html", - "hash": "Y/jKaWp2BcsYBKyrJsL4JA==" + "hash": "rFoUZAVcsfkgdQGLolKDbQ==" } }, "is_incremental": false, @@ -6705,7 +6705,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.html", - "hash": "qmwfymNAuH+zXNhKoh/Qcw==" + "hash": "OTFVvxre6EVNiS8qQcizvg==" } }, "is_incremental": false, @@ -6717,7 +6717,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.html", - "hash": "pItW635jzu5SDHUwZej/Ow==" + "hash": "1X35zBC9HWgeniinXhnF0Q==" } }, "is_incremental": false, @@ -6729,7 +6729,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateAccessTokenParameter.html", - "hash": "xeZEwiT0wn31uWKpkIMLtg==" + "hash": "sWRtO6nWKGX+YvEs9HW2zQ==" } }, "is_incremental": false, @@ -6741,7 +6741,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateToken.html", - "hash": "Pnm1eHTlHspljEAEggH0cQ==" + "hash": "SuIxmfbiceCYMqJUuvf9bQ==" } }, "is_incremental": false, @@ -6753,7 +6753,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.html", - "hash": "JzA0iz/Lvp6u9FwDpZJalg==" + "hash": "/u4dGe1WehhHmaUdYGR+LQ==" } }, "is_incremental": false, @@ -6777,7 +6777,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.html", - "hash": "hpnlnB8UfSstATZi7ucsjA==" + "hash": "TYKogNr1px2VPSQjqwvOaQ==" } }, "is_incremental": false, @@ -6789,7 +6789,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.html", - "hash": "ziO/8X/poWaq2IeUUfjXeQ==" + "hash": "C6Kojeb0FDJRkusJE+RfeA==" } }, "is_incremental": false, @@ -6801,7 +6801,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.html", - "hash": "e+tH2nYh0DU4sEJYiumtdw==" + "hash": "Hur06S96nIkQuoio+LUS1A==" } }, "is_incremental": false, @@ -6813,7 +6813,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientId.html", - "hash": "nRuLw+NuiWwIAQ9tcorNAA==" + "hash": "YtQt7O42eHd0/Vgray0MMg==" } }, "is_incremental": false, @@ -6825,7 +6825,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientSecret.html", - "hash": "wD3kNqrc3Sly/+kpbtlM0A==" + "hash": "DBqALu+hHs08gqvSBs1RVw==" } }, "is_incremental": false, @@ -6837,7 +6837,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateClientType.html", - "hash": "nslzFJaq2VuLfzh+P37ezA==" + "hash": "9Peydb6zAQ8Oj7sBAGclcA==" } }, "is_incremental": false, @@ -6849,7 +6849,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateCodeVerifier.html", - "hash": "WsEw7qKiqIFTvoJu6OrXRg==" + "hash": "/r9W24dZNpUm1qCDGwGV4g==" } }, "is_incremental": false, @@ -6861,7 +6861,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateEndpointPermissions.html", - "hash": "AeUoKPkwCx6fmRV6gg+Vxg==" + "hash": "+aCk5Lhgj/mMZk9fIUJQ0g==" } }, "is_incremental": false, @@ -6873,7 +6873,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.html", - "hash": "bYi8+M7rILc4DlIcJVA8+A==" + "hash": "PXfOLJPqO/Tf5u3Eit+ASA==" } }, "is_incremental": false, @@ -6885,7 +6885,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantTypePermissions.html", - "hash": "KnSZUDaA87Hzc/6ncHw7hw==" + "hash": "OmSb4fdpLwYKhgiLjG1/Cg==" } }, "is_incremental": false, @@ -6897,7 +6897,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantedScopes.html", - "hash": "NdJBQbIjzFw5ANVBzxA/bw==" + "hash": "FYr4R8uWqbE21UuVkc2xkA==" } }, "is_incremental": false, @@ -6909,7 +6909,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.html", - "hash": "NpzeXAjQF6KCIsqi/UXlow==" + "hash": "KjdXF+d9eNOwZQ2BuBRxGw==" } }, "is_incremental": false, @@ -6921,7 +6921,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePresenters.html", - "hash": "Fn8shW29cqX9LLwu4lXsuQ==" + "hash": "vK5rkPqbbpkSoWp9d5EbZg==" } }, "is_incremental": false, @@ -6933,7 +6933,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.html", - "hash": "Gk0hFdKoM8vF6tHZ6c0fEw==" + "hash": "VlPEztl+uRHpzqYVD+MRWw==" } }, "is_incremental": false, @@ -6945,7 +6945,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateProofKeyForCodeExchangeRequirement.html", - "hash": "ANxueuj9y2Yx7rTTgXXbrQ==" + "hash": "xR6uor2broYOrlHjV5Ltlw==" } }, "is_incremental": false, @@ -6957,7 +6957,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateRedirectUri.html", - "hash": "/5yH1OfCgkAUnBmI4O/UIg==" + "hash": "TCUTr7YJHZ8SuU2oKxm9gg==" } }, "is_incremental": false, @@ -6969,7 +6969,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.html", - "hash": "9cS/vaYTshI70/M2IpylfA==" + "hash": "njoNCjw5OYNcQLeCCDczgg==" } }, "is_incremental": false, @@ -6981,7 +6981,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateResponseTypePermissions.html", - "hash": "XVBtqM8eMi4+wP3ZJTnYFg==" + "hash": "44THn739sN/yLwMzosV4bQ==" } }, "is_incremental": false, @@ -6993,7 +6993,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateScopePermissions.html", - "hash": "R2IIUMVK4HO7spRGCbULnQ==" + "hash": "Rz2dQifTfCuJYsxVYTQMGg==" } }, "is_incremental": false, @@ -7005,7 +7005,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateSignInDemand.html", - "hash": "WQ+FmaS2QH2vCSDu+2R+0Q==" + "hash": "GlefWSopF3Jy8yMKtDIHsQ==" } }, "is_incremental": false, @@ -7017,7 +7017,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateToken.html", - "hash": "NxZ8GIAK4V6UItQ3w4q4xw==" + "hash": "DHhkedcL3cr07bpQV7MHIg==" } }, "is_incremental": false, @@ -7029,7 +7029,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.html", - "hash": "3aqj0qkvgiah99Ui/nmj6w==" + "hash": "twGqlb9Jaciu3ae6C7h1NA==" } }, "is_incremental": false, @@ -7041,7 +7041,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.html", - "hash": "NBmX8hfBc8ylapdDwf4j/Q==" + "hash": "yYCSbBdHmbWCU5CS/MWoyA==" } }, "is_incremental": false, @@ -7053,7 +7053,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.html", - "hash": "96l2rjwSkPGN9BYrQUdArQ==" + "hash": "R9FKOAICygHi+JCkZUc/ag==" } }, "is_incremental": false, @@ -7089,7 +7089,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerOptions.html", - "hash": "zhIlQKxDAsQsYf/Dj+b07A==" + "hash": "rT0yhUX7KsxkQ6C++lAXCQ==" } }, "is_incremental": false, @@ -7101,7 +7101,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerTransaction.html", - "hash": "vQkkdjqEvWSJD13ov7XUgg==" + "hash": "B4gUw40PRpFLZq14coVdDQ==" } }, "is_incremental": false, @@ -7209,7 +7209,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandler.html", - "hash": "HoU4bbNtFA3FxLu5xwDLIw==" + "hash": "6pTdSoXAJVk5hL2NxPQTOA==" } }, "is_incremental": false, @@ -7221,7 +7221,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html", - "hash": "Eh+WCKXdO5dXcwO6sXG3Gg==" + "hash": "raR33x5wlUW/nGRBPveyBQ==" } }, "is_incremental": false, @@ -7233,7 +7233,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.html", - "hash": "XU6sAaOKn5jCUSBu1f39mQ==" + "hash": "OuiocYhZh/m2vZZKO50Heg==" } }, "is_incremental": false, @@ -7245,7 +7245,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.html", - "hash": "VnCCboCao8KPhyswdPc0Ew==" + "hash": "HSuhb9zzDuHGmr446fDzdg==" } }, "is_incremental": false, @@ -7257,7 +7257,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html", - "hash": "tWs0d7cn0OV8es6KmGQWDA==" + "hash": "RqrT5R93NKk3FKLptOopxQ==" } }, "is_incremental": false, @@ -7269,7 +7269,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.html", - "hash": "OwhCZ5w1QNzo0d6VwPOu7g==" + "hash": "idc8H5Y6lbU5CB8CShkp4Q==" } }, "is_incremental": false, @@ -7281,7 +7281,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.html", - "hash": "9lKUrtfRUEKkzzx8w6/cGw==" + "hash": "R8IPiGwbVVq/DFZtpihiBg==" } }, "is_incremental": false, @@ -7293,7 +7293,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.html", - "hash": "KTPzGf68ZK6ft+LFAFdj7Q==" + "hash": "QVn5tl1w6LUaiWp9JLa+qw==" } }, "is_incremental": false, @@ -7305,7 +7305,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.html", - "hash": "1nggVE7n0uypvHhd2agLkw==" + "hash": "V/NH3doMyu990MWx5KC6DQ==" } }, "is_incremental": false, @@ -7317,7 +7317,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html", - "hash": "MMTLCiW64APxyFXq4dYXnQ==" + "hash": "Cwh5T9Osqha/0WLDfleW5A==" } }, "is_incremental": false, @@ -7329,7 +7329,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html", - "hash": "f5gWHQ1O6Mz5T9q5tcQEJg==" + "hash": "3oDa91l54YvACPEjFYjX3g==" } }, "is_incremental": false, @@ -7353,7 +7353,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachCacheControlHeader-1.html", - "hash": "CO4aV7lyzvhRAealk7+V0g==" + "hash": "tWHdC3f9IbC6qmG6PfPQEg==" } }, "is_incremental": false, @@ -7365,7 +7365,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.html", - "hash": "fgVCaOiWHPcWkoSMADmYng==" + "hash": "7Y8ltAkCP7G/i3fZo/0iBQ==" } }, "is_incremental": false, @@ -7377,7 +7377,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHttpResponseCode-1.html", - "hash": "yRc4TiMfj3G/PCpPGI4Flw==" + "hash": "JcWPXI4fUNTKEe0XNYTBlQ==" } }, "is_incremental": false, @@ -7389,7 +7389,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachWwwAuthenticateHeader-1.html", - "hash": "wVnNWIuJQQqPqOFqhhSOOw==" + "hash": "xcqZMSGEzHBzEErPs0ONMA==" } }, "is_incremental": false, @@ -7401,7 +7401,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.CacheRequestParameters.html", - "hash": "qwlD/BMtyMXufKxMVZz1hQ==" + "hash": "QaIQrbLpn7uSVivP77Guag==" } }, "is_incremental": false, @@ -7413,7 +7413,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFormPostResponse.html", - "hash": "Cm57IEAoLCllsPquNUYnbw==" + "hash": "9A7D809sk7xVfNgE6fWh1g==" } }, "is_incremental": false, @@ -7425,7 +7425,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessFragmentResponse.html", - "hash": "AtG6J33GaIWEkIGBqLeQzQ==" + "hash": "qCjeluHAHHMrJdU9qicsNg==" } }, "is_incremental": false, @@ -7437,7 +7437,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.ProcessQueryResponse.html", - "hash": "13vTuLMWY5gvRZJLaojoEQ==" + "hash": "JFr8j0Zk+gSsmigpjDu8ng==" } }, "is_incremental": false, @@ -7449,7 +7449,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RemoveCachedRequest.html", - "hash": "VdzLEedjpvonnWZm8Q2ehw==" + "hash": "kQlV6OXz0fc72wV71SQxgQ==" } }, "is_incremental": false, @@ -7461,7 +7461,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Authentication.RestoreCachedRequestParameters.html", - "hash": "Hjz7G2r9/g1te/CSTK7BoA==" + "hash": "XPVp6qEIy5eqN7mc76HXag==" } }, "is_incremental": false, @@ -7509,7 +7509,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.EnablePassthroughMode-2.html", - "hash": "IweZAsR7CalPm+rllE0LxA==" + "hash": "Q6AlgokAyZ+oxUdis4WI3g==" } }, "is_incremental": false, @@ -7533,7 +7533,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractAccessToken-1.html", - "hash": "Jyr2FXIAvR6g19ftFUxAuw==" + "hash": "0XBbTJ+Pwax9gZLCsg+HDQ==" } }, "is_incremental": false, @@ -7545,7 +7545,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractBasicAuthenticationCredentials-1.html", - "hash": "5azBp6QbXmfQtXxaOpdKwg==" + "hash": "bFIapIy/NKrUyx7tQDSgRw==" } }, "is_incremental": false, @@ -7557,7 +7557,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetOrPostRequest-1.html", - "hash": "ntD39rTwPULnQpSd03XiWw==" + "hash": "0ZcFLmAHJCgZqMQBUXfZeA==" } }, "is_incremental": false, @@ -7569,7 +7569,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractGetRequest-1.html", - "hash": "Tfg5yHD9lch7Ddq5HP36DQ==" + "hash": "m0qcls/2PaFUlpRq/VmAFw==" } }, "is_incremental": false, @@ -7581,7 +7581,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ExtractPostRequest-1.html", - "hash": "aU1HLPddh5UFmXgyLwpk1Q==" + "hash": "7MEowkn9t4scEISQFWv9Xg==" } }, "is_incremental": false, @@ -7593,7 +7593,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.html", - "hash": "U6MHUMkpxlRkf02AgF7rew==" + "hash": "ru+zcrgHmZoc359IxZH76A==" } }, "is_incremental": false, @@ -7605,7 +7605,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.html", - "hash": "HnUtmd8xfElBmvb3dy8r2Q==" + "hash": "rQ3ZzaySLvqVPBTm99X1IA==" } }, "is_incremental": false, @@ -7629,7 +7629,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessChallengeErrorResponse-1.html", - "hash": "nnMW85HZFQfArkt1yKJwhw==" + "hash": "JJvzIoaVL+VC5hsMuH/mnw==" } }, "is_incremental": false, @@ -7641,7 +7641,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessEmptyResponse-1.html", - "hash": "L9PULrGUxV0DhLcACuMUXw==" + "hash": "rIIGBYPaLqmeSKyqDAHRSg==" } }, "is_incremental": false, @@ -7653,7 +7653,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessHostRedirectionResponse.html", - "hash": "O42Q3rZUWUlpNjUBMPq5mw==" + "hash": "PnrZFB9kWAkyjrAlQsrp/Q==" } }, "is_incremental": false, @@ -7665,7 +7665,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessJsonResponse-1.html", - "hash": "V3uMdTmpVaj4s5u04dY/IQ==" + "hash": "f/FlpfN3cX1R18udVxn1KA==" } }, "is_incremental": false, @@ -7677,7 +7677,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessLocalErrorResponse-1.html", - "hash": "DaBfLvV//1QNtcMqjItToQ==" + "hash": "b3aKP4NQeHfkQtu0myg8ig==" } }, "is_incremental": false, @@ -7689,7 +7689,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ProcessPassthroughErrorResponse-2.html", - "hash": "sZRWONQncg0Ot5H/yV341w==" + "hash": "KMT1OPv4AhL4r7YPGa7nvA==" } }, "is_incremental": false, @@ -7713,7 +7713,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.CacheRequestParameters.html", - "hash": "qJwfjxexfJx5koZ1cQZFbg==" + "hash": "b29g6PlEe5F6F4Vx5ceUnA==" } }, "is_incremental": false, @@ -7725,7 +7725,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessHostRedirectionResponse.html", - "hash": "f3KER//umt4I8UKYwSoRsQ==" + "hash": "//pYu/DwBpa6QWEOASX6gA==" } }, "is_incremental": false, @@ -7737,7 +7737,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.ProcessQueryResponse.html", - "hash": "+8DFRoxoEbBQ7lAtmLyqew==" + "hash": "d1A38SrfFnK2G6RDLGuPaQ==" } }, "is_incremental": false, @@ -7749,7 +7749,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RemoveCachedRequest.html", - "hash": "w48omPIspVDQNMsHm+wwjg==" + "hash": "5eZ7JNLaj1eHQyqCXjy/Aw==" } }, "is_incremental": false, @@ -7761,7 +7761,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.Session.RestoreCachedRequestParameters.html", - "hash": "Lmnrwd3n30tlXJw8zmeiDg==" + "hash": "X8u2GbRRL/+iUGg1Aw5mWQ==" } }, "is_incremental": false, @@ -7797,7 +7797,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.html", - "hash": "MTUJVrxihP403BQQEeot+Q==" + "hash": "vzCj0ZZ3MZ5Q6lU5v6EzBw==" } }, "is_incremental": false, @@ -7833,7 +7833,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinMiddlewareFactory.html", - "hash": "6QBYaUYpIun31R31DgYDsA==" + "hash": "O5fPKC0E6H0Z3u+kwd9KSA==" } }, "is_incremental": false, @@ -7845,7 +7845,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.Owin.OpenIddictServerOwinOptions.html", - "hash": "y7k//5l77br2pQdGplF9sA==" + "hash": "RZ38Bsmkolh65AI6oaHN9g==" } }, "is_incremental": false, @@ -7869,7 +7869,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.ValidateSignOutDemand.html", - "hash": "uk1DAHNf64mcaVsZ5i7gvw==" + "hash": "Sec/fZP6VyAZL7cbgxXS0g==" } }, "is_incremental": false, @@ -7881,7 +7881,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.html", - "hash": "tpgpws2G/AW5ORWo6X5rDQ==" + "hash": "ICZyLBrRwAnHdHHTRRKaQA==" } }, "is_incremental": false, @@ -7965,7 +7965,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandler.html", - "hash": "cs7NHaNIaIuGAB0rZayGvQ==" + "hash": "pdLqUzDluHDclsaIHtFoQg==" } }, "is_incremental": false, @@ -7977,7 +7977,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html", - "hash": "fHki/Ry9sN3kWzkxkvR5Hw==" + "hash": "X6nlB5cz0McpPic/MJ16Mw==" } }, "is_incremental": false, @@ -8001,7 +8001,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader-1.html", - "hash": "Yw7/qnLGt85mx/DTHXDbng==" + "hash": "iGsabhOFCXa7SA4mYVPDxA==" } }, "is_incremental": false, @@ -8013,7 +8013,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html", - "hash": "JriA+aygkLWUD/Fb7tiFbA==" + "hash": "2pmRWGuMRdchnN2EBqDz9A==" } }, "is_incremental": false, @@ -8025,7 +8025,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode-1.html", - "hash": "HagPVazMPkPxiKnjj4s1uA==" + "hash": "bAcY/DpYUeMwXPy5Foz9KQ==" } }, "is_incremental": false, @@ -8037,7 +8037,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html", - "hash": "B79JvAnmByZjpD4HO3wHiw==" + "hash": "iYcpkBjOqlzDIolnSSbTiQ==" } }, "is_incremental": false, @@ -8049,7 +8049,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html", - "hash": "0EUNPCYPOELeApTsl6dtPA==" + "hash": "YQDbAXtvUHysTpsUheAWLA==" } }, "is_incremental": false, @@ -8061,7 +8061,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html", - "hash": "BkwXWxvmzMHq37bH7EVePw==" + "hash": "+ysaZCUhd1uVdhD+lH3Ajg==" } }, "is_incremental": false, @@ -8073,7 +8073,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html", - "hash": "untCMPwb3O10cj8m6shTzg==" + "hash": "9zOHY1MW3nu1/DOu1lDTgQ==" } }, "is_incremental": false, @@ -8085,7 +8085,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html", - "hash": "vZxNX1LutwYZmI9bfIWAqQ==" + "hash": "c7b/9UipyZK00faJhrbutQ==" } }, "is_incremental": false, @@ -8097,7 +8097,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html", - "hash": "BJmbZnfFJKZAXXEFtCeJFg==" + "hash": "dF7bTZmBgZSkuM/PjthlGQ==" } }, "is_incremental": false, @@ -8109,7 +8109,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse-1.html", - "hash": "OeLevRPMzQY2ke4PdYdvQw==" + "hash": "0eFzpySewJ8danuf58KF2w==" } }, "is_incremental": false, @@ -8157,7 +8157,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.html", - "hash": "wFNyqpHBl7kprU6yYSdAUg==" + "hash": "KsdiaGSPPq3W/kzgFO3ttA==" } }, "is_incremental": false, @@ -8265,7 +8265,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.html", - "hash": "E0kNPg3lZGEJrewz3jXIig==" + "hash": "TU4HHueS5QXz+sGEI5fL9g==" } }, "is_incremental": false, @@ -8277,7 +8277,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.html", - "hash": "CLX6cOWeY3+QS3my1MEuSA==" + "hash": "aH45EmMofE1FymRt7l/jNQ==" } }, "is_incremental": false, @@ -8325,7 +8325,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.IOpenIddictValidationDispatcher.html", - "hash": "8HZcm9Lnk8Nwken5r0gRmw==" + "hash": "HJjztsstEhUiztfEY/CpxA==" } }, "is_incremental": false, @@ -8337,7 +8337,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.IOpenIddictValidationFactory.html", - "hash": "gOvrb62CgC0bbjxDBOEX6A==" + "hash": "dojWj3LUA/iGvh5zvlxHXg==" } }, "is_incremental": false, @@ -8349,7 +8349,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.IOpenIddictValidationHandler-1.html", - "hash": "65VwI3uJ9bfosiaiGFgLuQ==" + "hash": "evnQFrQtSsrPFnab+vRFCg==" } }, "is_incremental": false, @@ -8361,7 +8361,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.IOpenIddictValidationHandlerFilter-1.html", - "hash": "SxwXaIe/RR1nWSbMSeGLdQ==" + "hash": "IKvFn8iZaQ1ESD8f7tGF1g==" } }, "is_incremental": false, @@ -8409,7 +8409,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationDispatcher.html", - "hash": "ZumvSSh78f9vrWifOLafZg==" + "hash": "CWZ3KHMguFCx40aM21TbSA==" } }, "is_incremental": false, @@ -8685,7 +8685,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationFactory.html", - "hash": "4ZlekpgVptZ22ixbgdcGWw==" + "hash": "e2p29YLlZjGOYaljcljCPA==" } }, "is_incremental": false, @@ -8697,7 +8697,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandler-1.html", - "hash": "3SJKDThvs8+9J9qqxmleKA==" + "hash": "gqJ3rxcSJBx+ubaqjgHaKQ==" } }, "is_incremental": false, @@ -8709,7 +8709,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder-1.html", - "hash": "Wio57juctsVCZGCgF1bQvg==" + "hash": "uIJMGEM+xRpBn83mD5xhLw==" } }, "is_incremental": false, @@ -8721,7 +8721,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.html", - "hash": "BH5qV35Uzrle1FM9IlvhpA==" + "hash": "VzNLD9TTwqpbNeALKRzB1w==" } }, "is_incremental": false, @@ -8733,7 +8733,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.html", - "hash": "zol/fmoyTOC/8UZXPVI13w==" + "hash": "iuhaW6iUHVDnUzb0Oq/adA==" } }, "is_incremental": false, @@ -8745,7 +8745,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.html", - "hash": "uBI5ICgIXjq4oHzT/4Ar7A==" + "hash": "GpB1QS4reKPS1xhTwXFGQw==" } }, "is_incremental": false, @@ -8757,7 +8757,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.html", - "hash": "+LhVx6lvhVJtgyirZHn6iQ==" + "hash": "6M2V4+ewHR6fS/lvVkEyEw==" } }, "is_incremental": false, @@ -8769,7 +8769,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.html", - "hash": "zM2tjFqlekX1IqvMXNDaVQ==" + "hash": "y8GSGi1SlBYpeVnGY8eTdQ==" } }, "is_incremental": false, @@ -8805,7 +8805,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.html", - "hash": "fQ0pXdYteHrY5PZRlAvraA==" + "hash": "UZrmHx82ZCT0xGm4lcoRaA==" } }, "is_incremental": false, @@ -8817,7 +8817,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.html", - "hash": "+mOTm4lIjTB5KSjs7Sh3Ww==" + "hash": "lpdpcWzNcbcRhJrdyHM6VA==" } }, "is_incremental": false, @@ -8829,7 +8829,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.html", - "hash": "JUY32IDUje4Z7mDnnrAFJg==" + "hash": "2he75qnLiHaiy9FfVLCjlw==" } }, "is_incremental": false, @@ -8841,7 +8841,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.html", - "hash": "sJqwipWuECLVWqEp6A0iRw==" + "hash": "2ldjB4VsPzjxYjajPceLOA==" } }, "is_incremental": false, @@ -8853,7 +8853,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.html", - "hash": "2424JeStjzMibVoSDcR6Bw==" + "hash": "b+ARcMubGaWmAlUSk0P73g==" } }, "is_incremental": false, @@ -8877,7 +8877,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.HandleErrorResponse-1.html", - "hash": "r6P7WROzyCRPPQVE08/jig==" + "hash": "0dSRe1dNVTyVXhKTzRpo4A==" } }, "is_incremental": false, @@ -8889,7 +8889,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.html", - "hash": "A8MuSD1GMXDIMOIRs8apiQ==" + "hash": "hBgkCv8ISUVEmwi3AbCY7A==" } }, "is_incremental": false, @@ -8901,7 +8901,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.html", - "hash": "xx1l4OT2NJ/GqVy6A1hCGg==" + "hash": "NIFbXlAofQMSWfA63bH3mg==" } }, "is_incremental": false, @@ -8913,7 +8913,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.html", - "hash": "G7xaOP60MtBbTrgkF9h3Ug==" + "hash": "c6Z6rNbbHIBG9LdudvLMRw==" } }, "is_incremental": false, @@ -8925,7 +8925,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.html", - "hash": "+fslLFXruNxS9hbXNHEGZA==" + "hash": "10c/j1aguUUqI0eTRwOSYA==" } }, "is_incremental": false, @@ -8937,7 +8937,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.html", - "hash": "QF1Dqb4IEIx/ZF4EvhWSUA==" + "hash": "gUqtez0NBzQM7cCQj0YWZw==" } }, "is_incremental": false, @@ -8949,7 +8949,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.html", - "hash": "q5EkPl58ieHGnXXpjd/3yw==" + "hash": "V74xsjifsNLjesabRxkWXQ==" } }, "is_incremental": false, @@ -8961,7 +8961,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.html", - "hash": "7okIib4kMGnbz0J/1aLwvA==" + "hash": "/nzKJ0+RAEOhuaQJ+mljYA==" } }, "is_incremental": false, @@ -8973,7 +8973,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.html", - "hash": "lSw8WEDn5IIfxm2vw8MYDw==" + "hash": "w3OCz98rkyx95MqDAmUc0A==" } }, "is_incremental": false, @@ -8997,7 +8997,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.html", - "hash": "RwNTAPlcyRZmAeTf34w9ig==" + "hash": "1Ybk+VaSU/fg/NqpmQPulw==" } }, "is_incremental": false, @@ -9009,7 +9009,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.html", - "hash": "V7SZopDwopuH2au9pw9kTQ==" + "hash": "qEZbfRmtBScCvx1INLnVyg==" } }, "is_incremental": false, @@ -9021,7 +9021,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.html", - "hash": "8kzVhTd5nZu0xH4GM1894Q==" + "hash": "qGnviENDmAxAwpizgGr2qg==" } }, "is_incremental": false, @@ -9033,7 +9033,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.html", - "hash": "PUiktarYvJFaPcjBz45hgQ==" + "hash": "QFzA77WnY8P3eEhqxsQceA==" } }, "is_incremental": false, @@ -9045,7 +9045,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.html", - "hash": "UF/yzsW8G9Z6w9H7M4Yu9Q==" + "hash": "GGxiqwpc3NvNwSZ4JpjU/Q==" } }, "is_incremental": false, @@ -9057,7 +9057,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.html", - "hash": "EY6jyizBRp6vWFJMy7NZGg==" + "hash": "M0kVumENpvMLq90CNKyVTg==" } }, "is_incremental": false, @@ -9069,7 +9069,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.html", - "hash": "vMygHVXqaW77f0TTmnihkQ==" + "hash": "OQrlLRfivlTPk/r4Tbh1iQ==" } }, "is_incremental": false, @@ -9081,7 +9081,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.html", - "hash": "PkwV5q3dNZovtzctGcVktA==" + "hash": "de3HckUtoHb32Bs3QUQekQ==" } }, "is_incremental": false, @@ -9093,7 +9093,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.html", - "hash": "U2nbnYKQRxbzCqL1Gj9ckQ==" + "hash": "MRHCH+1hmVfhnsQsaIVqDw==" } }, "is_incremental": false, @@ -9105,7 +9105,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.html", - "hash": "lbxZNVzrQ++BInaS42xleA==" + "hash": "F7dIssmTzsw0lS4NiRU00w==" } }, "is_incremental": false, @@ -9117,7 +9117,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.html", - "hash": "3jEMw2/Pf4kCfQWvid/mxw==" + "hash": "F5iKvigoe+AuN2fTkIcOyw==" } }, "is_incremental": false, @@ -9153,7 +9153,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationOptions.html", - "hash": "zCNSLAI9NNV2+qSIzTqQRg==" + "hash": "KnAIs5jgswMnBVGBuUYs0w==" } }, "is_incremental": false, @@ -9177,7 +9177,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationService.html", - "hash": "8rUvidnImqrmTk1LZmiFZQ==" + "hash": "Gn8WykgUh5IgfMWnvu153A==" } }, "is_incremental": false, @@ -9189,7 +9189,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationTransaction.html", - "hash": "JiLBxqYKjDPB9CzbzYcgUg==" + "hash": "EN+3DOLw+tzU8N0tZ8+UAA==" } }, "is_incremental": false, @@ -9285,7 +9285,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandler.html", - "hash": "7kEqv4gubHnXF0MkgEMNLQ==" + "hash": "395z7h1XacCySjIYmfkq2A==" } }, "is_incremental": false, @@ -9297,7 +9297,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.html", - "hash": "3RG8h5O+hMRGFbNayO18hQ==" + "hash": "yF9kB8KONc91p6GSPhdLlA==" } }, "is_incremental": false, @@ -9321,7 +9321,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachCacheControlHeader-1.html", - "hash": "m7gf1RqOyplkUNUrHZlnPw==" + "hash": "iCv/JJxh2gsanu19UCKpvA==" } }, "is_incremental": false, @@ -9333,7 +9333,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.html", - "hash": "UECLobrn2ET3NHIEGbMHKw==" + "hash": "lL5CRA0t9FUCaG1pzLwGig==" } }, "is_incremental": false, @@ -9345,7 +9345,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHttpResponseCode-1.html", - "hash": "VaMQxJsziD23qz5PIGudGw==" + "hash": "HP7sv6WeC9lurLCA+Uj8ng==" } }, "is_incremental": false, @@ -9357,7 +9357,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachWwwAuthenticateHeader-1.html", - "hash": "BJKEH3zrJmGZ/9fyeGM6kw==" + "hash": "k0D5YxFpYzkjW3IHCXlQkw==" } }, "is_incremental": false, @@ -9369,7 +9369,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.html", - "hash": "42q7KtA+vchmjW9fbodT/A==" + "hash": "NNXLbhbpaWlCsbkURtMk7A==" } }, "is_incremental": false, @@ -9381,7 +9381,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.html", - "hash": "zMEfHAZoOiwPAMbL8j8Seg==" + "hash": "jONEEjYqYx3+X5yFE7ZtHw==" } }, "is_incremental": false, @@ -9393,7 +9393,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.html", - "hash": "YoRzGca2I0NcRgZPB7x03Q==" + "hash": "iV+Opv93e/PuybYT+6Hm6g==" } }, "is_incremental": false, @@ -9405,7 +9405,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.html", - "hash": "hWAXSQZb1f/ZBnA/cPS/Tg==" + "hash": "DyRNw8o9iJCJLFYtb4DYyQ==" } }, "is_incremental": false, @@ -9417,7 +9417,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessChallengeErrorResponse-1.html", - "hash": "HY2Zq8zXDwUJT3fRRER+uw==" + "hash": "QUFMy7SkJxkLm1g6NwbnNQ==" } }, "is_incremental": false, @@ -9429,7 +9429,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ProcessJsonResponse-1.html", - "hash": "VvKoLznZbn9giVPq7hrF1w==" + "hash": "USZqpFnB3U91WbQO8/MOJQ==" } }, "is_incremental": false, @@ -9465,7 +9465,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.Owin.OpenIddictValidationOwinMiddlewareFactory.html", - "hash": "4DcOuk4ZyuojEqbxEzxKpg==" + "hash": "Uhx8ScN14KDLsRqaWQS+SQ==" } }, "is_incremental": false, @@ -9549,7 +9549,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html", - "hash": "jWvkyKxYbRBAkZjXtES3Dw==" + "hash": "NFWgQfU9Yzcz7+AL7FEjuA==" } }, "is_incremental": false, @@ -9573,7 +9573,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachFormParameters-1.html", - "hash": "Ek51U7DuDb8AZljgHD3KFA==" + "hash": "/sk0OR80V1FmmuGQA7eJNg==" } }, "is_incremental": false, @@ -9585,7 +9585,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachQueryStringParameters-1.html", - "hash": "U4iqGK8GVdN3zSt+e5KsHg==" + "hash": "OyClIv3p/rLwkFWMkCf14Q==" } }, "is_incremental": false, @@ -9609,7 +9609,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpRequest-1.html", - "hash": "oCNGCOuqAxtvIz7SkbUigw==" + "hash": "mN56t7WxUnAqiDIW24OBeg==" } }, "is_incremental": false, @@ -9621,7 +9621,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpResponse-1.html", - "hash": "SVSLoJDzv5ki9IhDFbHJdA==" + "hash": "q+SxrX8RmvCsYx3zFMscYg==" } }, "is_incremental": false, @@ -9633,7 +9633,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.ExtractJsonHttpResponse-1.html", - "hash": "ZR+VvabcVCjeu/iT6js97Q==" + "hash": "imhL4eXipKrPwqBpG3Eijg==" } }, "is_incremental": false, @@ -9645,7 +9645,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html", - "hash": "NvonYv0qN/NEWPmz63F4UQ==" + "hash": "8ZvpgGNBPFfW/gLqPtBFYA==" } }, "is_incremental": false, @@ -9669,7 +9669,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PrepareGetHttpRequest-1.html", - "hash": "Yz5KQup5Q4eLVHi8ck3fVg==" + "hash": "IEZadAwdha3mv0JEA8CFXw==" } }, "is_incremental": false, @@ -9681,7 +9681,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PreparePostHttpRequest-1.html", - "hash": "fRSpAFJa9FFCWE8CWNTwlg==" + "hash": "N8z9yXjBCHC4OxE8DmNd+w==" } }, "is_incremental": false, @@ -9693,7 +9693,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.SendHttpRequest-1.html", - "hash": "GhvCM5QZih3CJYGmMGvDxA==" + "hash": "OTgd3PbRhGAE+qi5A21w4g==" } }, "is_incremental": false, @@ -9753,7 +9753,7 @@ "output": { ".html": { "relative_path": "api/Owin.OpenIddictServerOwinHelpers.html", - "hash": "B+wYtHLCKNH9sO9axNFJ7Q==" + "hash": "aCAjvh/0nfbjz8yaD782MQ==" } }, "is_incremental": false, @@ -9765,7 +9765,7 @@ "output": { ".html": { "relative_path": "api/Owin.OpenIddictValidationOwinHelpers.html", - "hash": "USIrV+xqTSXcLx6mWIV5vg==" + "hash": "znZiEtOem7pIQEVAVSV/AQ==" } }, "is_incremental": false, @@ -9955,7 +9955,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "DEGUemNJnbZ/wCP7MozaDA==" + "hash": "zUTLPZj4nMS7G5F0LOn/bw==" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index 3cea78d..a17bdc0 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -2508,13 +2508,13 @@ references: isSpec: "True" fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.OpenIddictValidationAspNetCoreBuilder nameWithType: OpenIddictValidationAspNetCoreBuilder.OpenIddictValidationAspNetCoreBuilder -- uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure(System.Action{OpenIddictValidationAspNetCoreOptions}) +- uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure(System.Action{OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreOptions}) name: Configure(Action) - href: api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.html#Microsoft_Extensions_DependencyInjection_OpenIddictValidationAspNetCoreBuilder_Configure_System_Action_OpenIddictValidationAspNetCoreOptions__ - commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure(System.Action{OpenIddictValidationAspNetCoreOptions}) + href: api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.html#Microsoft_Extensions_DependencyInjection_OpenIddictValidationAspNetCoreBuilder_Configure_System_Action_OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreOptions__ + commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure(System.Action{OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreOptions}) name.vb: Configure(Action(Of OpenIddictValidationAspNetCoreOptions)) - fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure(System.Action) - fullName.vb: Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure(System.Action(Of OpenIddictValidationAspNetCoreOptions)) + fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure(System.Action) + fullName.vb: Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure(System.Action(Of OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreOptions)) nameWithType: OpenIddictValidationAspNetCoreBuilder.Configure(Action) nameWithType.vb: OpenIddictValidationAspNetCoreBuilder.Configure(Action(Of OpenIddictValidationAspNetCoreOptions)) - uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationAspNetCoreBuilder.Configure* @@ -2664,17 +2664,17 @@ references: commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(Assembly,System.String,System.String,X509KeyStorageFlags) fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(Assembly, System.String, System.String, X509KeyStorageFlags) nameWithType: OpenIddictValidationBuilder.AddEncryptionCertificate(Assembly, String, String, X509KeyStorageFlags) -- uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(System.IO.Stream,System.String) +- uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(Stream,System.String) name: AddEncryptionCertificate(Stream, String) - href: api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html#Microsoft_Extensions_DependencyInjection_OpenIddictValidationBuilder_AddEncryptionCertificate_System_IO_Stream_System_String_ - commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(System.IO.Stream,System.String) - fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(System.IO.Stream, System.String) + href: api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html#Microsoft_Extensions_DependencyInjection_OpenIddictValidationBuilder_AddEncryptionCertificate_Stream_System_String_ + commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(Stream,System.String) + fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(Stream, System.String) nameWithType: OpenIddictValidationBuilder.AddEncryptionCertificate(Stream, String) -- uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(System.IO.Stream,System.String,X509KeyStorageFlags) +- uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(Stream,System.String,X509KeyStorageFlags) name: AddEncryptionCertificate(Stream, String, X509KeyStorageFlags) - href: api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html#Microsoft_Extensions_DependencyInjection_OpenIddictValidationBuilder_AddEncryptionCertificate_System_IO_Stream_System_String_X509KeyStorageFlags_ - commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(System.IO.Stream,System.String,X509KeyStorageFlags) - fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(System.IO.Stream, System.String, X509KeyStorageFlags) + href: api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.html#Microsoft_Extensions_DependencyInjection_OpenIddictValidationBuilder_AddEncryptionCertificate_Stream_System_String_X509KeyStorageFlags_ + commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(Stream,System.String,X509KeyStorageFlags) + fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(Stream, System.String, X509KeyStorageFlags) nameWithType: OpenIddictValidationBuilder.AddEncryptionCertificate(Stream, String, X509KeyStorageFlags) - uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationBuilder.AddEncryptionCertificate(System.String) name: AddEncryptionCertificate(String) @@ -11468,15 +11468,15 @@ references: fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal, ImmutableArray(Of System.String)) nameWithType: OpenIddictExtensions.SetAudiences(ClaimsPrincipal, ImmutableArray) nameWithType.vb: OpenIddictExtensions.SetAudiences(ClaimsPrincipal, ImmutableArray(Of String)) -- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal,System.Collections.Generic.IEnumerable{System.String}) - name: SetAudiences(ClaimsPrincipal, IEnumerable) - href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetAudiences_ClaimsPrincipal_System_Collections_Generic_IEnumerable_System_String__ - commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal,System.Collections.Generic.IEnumerable{System.String}) - name.vb: SetAudiences(ClaimsPrincipal, IEnumerable(Of String)) - fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal, System.Collections.Generic.IEnumerable) - fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal, System.Collections.Generic.IEnumerable(Of System.String)) - nameWithType: OpenIddictExtensions.SetAudiences(ClaimsPrincipal, IEnumerable) - nameWithType.vb: OpenIddictExtensions.SetAudiences(ClaimsPrincipal, IEnumerable(Of String)) +- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal,System.Nullable{IEnumerable{System.String}}) + name: SetAudiences(ClaimsPrincipal, Nullable>) + href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetAudiences_ClaimsPrincipal_System_Nullable_IEnumerable_System_String___ + commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal,System.Nullable{IEnumerable{System.String}}) + name.vb: SetAudiences(ClaimsPrincipal, Nullable(Of IEnumerable(Of String))) + fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal, System.Nullable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal, System.Nullable(Of IEnumerable(Of System.String))) + nameWithType: OpenIddictExtensions.SetAudiences(ClaimsPrincipal, Nullable>) + nameWithType.vb: OpenIddictExtensions.SetAudiences(ClaimsPrincipal, Nullable(Of IEnumerable(Of String))) - uid: OpenIddict.Abstractions.OpenIddictExtensions.SetAudiences(ClaimsPrincipal,System.String[]) name: SetAudiences(ClaimsPrincipal, String[]) href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetAudiences_ClaimsPrincipal_System_String___ @@ -11591,15 +11591,15 @@ references: fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim, ImmutableArray(Of System.String)) nameWithType: OpenIddictExtensions.SetDestinations(Claim, ImmutableArray) nameWithType.vb: OpenIddictExtensions.SetDestinations(Claim, ImmutableArray(Of String)) -- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim,System.Collections.Generic.IEnumerable{System.String}) - name: SetDestinations(Claim, IEnumerable) - href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetDestinations_Claim_System_Collections_Generic_IEnumerable_System_String__ - commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim,System.Collections.Generic.IEnumerable{System.String}) - name.vb: SetDestinations(Claim, IEnumerable(Of String)) - fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim, System.Collections.Generic.IEnumerable) - fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim, System.Collections.Generic.IEnumerable(Of System.String)) - nameWithType: OpenIddictExtensions.SetDestinations(Claim, IEnumerable) - nameWithType.vb: OpenIddictExtensions.SetDestinations(Claim, IEnumerable(Of String)) +- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim,System.Nullable{IEnumerable{System.String}}) + name: SetDestinations(Claim, Nullable>) + href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetDestinations_Claim_System_Nullable_IEnumerable_System_String___ + commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim,System.Nullable{IEnumerable{System.String}}) + name.vb: SetDestinations(Claim, Nullable(Of IEnumerable(Of String))) + fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim, System.Nullable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim, System.Nullable(Of IEnumerable(Of System.String))) + nameWithType: OpenIddictExtensions.SetDestinations(Claim, Nullable>) + nameWithType.vb: OpenIddictExtensions.SetDestinations(Claim, Nullable(Of IEnumerable(Of String))) - uid: OpenIddict.Abstractions.OpenIddictExtensions.SetDestinations(Claim,System.String[]) name: SetDestinations(Claim, String[]) href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetDestinations_Claim_System_String___ @@ -11682,15 +11682,15 @@ references: fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal, ImmutableArray(Of System.String)) nameWithType: OpenIddictExtensions.SetPresenters(ClaimsPrincipal, ImmutableArray) nameWithType.vb: OpenIddictExtensions.SetPresenters(ClaimsPrincipal, ImmutableArray(Of String)) -- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal,System.Collections.Generic.IEnumerable{System.String}) - name: SetPresenters(ClaimsPrincipal, IEnumerable) - href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetPresenters_ClaimsPrincipal_System_Collections_Generic_IEnumerable_System_String__ - commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal,System.Collections.Generic.IEnumerable{System.String}) - name.vb: SetPresenters(ClaimsPrincipal, IEnumerable(Of String)) - fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal, System.Collections.Generic.IEnumerable) - fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal, System.Collections.Generic.IEnumerable(Of System.String)) - nameWithType: OpenIddictExtensions.SetPresenters(ClaimsPrincipal, IEnumerable) - nameWithType.vb: OpenIddictExtensions.SetPresenters(ClaimsPrincipal, IEnumerable(Of String)) +- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal,System.Nullable{IEnumerable{System.String}}) + name: SetPresenters(ClaimsPrincipal, Nullable>) + href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetPresenters_ClaimsPrincipal_System_Nullable_IEnumerable_System_String___ + commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal,System.Nullable{IEnumerable{System.String}}) + name.vb: SetPresenters(ClaimsPrincipal, Nullable(Of IEnumerable(Of String))) + fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal, System.Nullable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal, System.Nullable(Of IEnumerable(Of System.String))) + nameWithType: OpenIddictExtensions.SetPresenters(ClaimsPrincipal, Nullable>) + nameWithType.vb: OpenIddictExtensions.SetPresenters(ClaimsPrincipal, Nullable(Of IEnumerable(Of String))) - uid: OpenIddict.Abstractions.OpenIddictExtensions.SetPresenters(ClaimsPrincipal,System.String[]) name: SetPresenters(ClaimsPrincipal, String[]) href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetPresenters_ClaimsPrincipal_System_String___ @@ -11732,15 +11732,15 @@ references: fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal, ImmutableArray(Of System.String)) nameWithType: OpenIddictExtensions.SetResources(ClaimsPrincipal, ImmutableArray) nameWithType.vb: OpenIddictExtensions.SetResources(ClaimsPrincipal, ImmutableArray(Of String)) -- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal,System.Collections.Generic.IEnumerable{System.String}) - name: SetResources(ClaimsPrincipal, IEnumerable) - href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetResources_ClaimsPrincipal_System_Collections_Generic_IEnumerable_System_String__ - commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal,System.Collections.Generic.IEnumerable{System.String}) - name.vb: SetResources(ClaimsPrincipal, IEnumerable(Of String)) - fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal, System.Collections.Generic.IEnumerable) - fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal, System.Collections.Generic.IEnumerable(Of System.String)) - nameWithType: OpenIddictExtensions.SetResources(ClaimsPrincipal, IEnumerable) - nameWithType.vb: OpenIddictExtensions.SetResources(ClaimsPrincipal, IEnumerable(Of String)) +- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal,System.Nullable{IEnumerable{System.String}}) + name: SetResources(ClaimsPrincipal, Nullable>) + href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetResources_ClaimsPrincipal_System_Nullable_IEnumerable_System_String___ + commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal,System.Nullable{IEnumerable{System.String}}) + name.vb: SetResources(ClaimsPrincipal, Nullable(Of IEnumerable(Of String))) + fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal, System.Nullable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal, System.Nullable(Of IEnumerable(Of System.String))) + nameWithType: OpenIddictExtensions.SetResources(ClaimsPrincipal, Nullable>) + nameWithType.vb: OpenIddictExtensions.SetResources(ClaimsPrincipal, Nullable(Of IEnumerable(Of String))) - uid: OpenIddict.Abstractions.OpenIddictExtensions.SetResources(ClaimsPrincipal,System.String[]) name: SetResources(ClaimsPrincipal, String[]) href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetResources_ClaimsPrincipal_System_String___ @@ -11766,15 +11766,15 @@ references: fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal, ImmutableArray(Of System.String)) nameWithType: OpenIddictExtensions.SetScopes(ClaimsPrincipal, ImmutableArray) nameWithType.vb: OpenIddictExtensions.SetScopes(ClaimsPrincipal, ImmutableArray(Of String)) -- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal,System.Collections.Generic.IEnumerable{System.String}) - name: SetScopes(ClaimsPrincipal, IEnumerable) - href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetScopes_ClaimsPrincipal_System_Collections_Generic_IEnumerable_System_String__ - commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal,System.Collections.Generic.IEnumerable{System.String}) - name.vb: SetScopes(ClaimsPrincipal, IEnumerable(Of String)) - fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal, System.Collections.Generic.IEnumerable) - fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal, System.Collections.Generic.IEnumerable(Of System.String)) - nameWithType: OpenIddictExtensions.SetScopes(ClaimsPrincipal, IEnumerable) - nameWithType.vb: OpenIddictExtensions.SetScopes(ClaimsPrincipal, IEnumerable(Of String)) +- uid: OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal,System.Nullable{IEnumerable{System.String}}) + name: SetScopes(ClaimsPrincipal, Nullable>) + href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetScopes_ClaimsPrincipal_System_Nullable_IEnumerable_System_String___ + commentId: M:OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal,System.Nullable{IEnumerable{System.String}}) + name.vb: SetScopes(ClaimsPrincipal, Nullable(Of IEnumerable(Of String))) + fullName: OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal, System.Nullable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal, System.Nullable(Of IEnumerable(Of System.String))) + nameWithType: OpenIddictExtensions.SetScopes(ClaimsPrincipal, Nullable>) + nameWithType.vb: OpenIddictExtensions.SetScopes(ClaimsPrincipal, Nullable(Of IEnumerable(Of String))) - uid: OpenIddict.Abstractions.OpenIddictExtensions.SetScopes(ClaimsPrincipal,System.String[]) name: SetScopes(ClaimsPrincipal, String[]) href: api/OpenIddict.Abstractions.OpenIddictExtensions.html#OpenIddict_Abstractions_OpenIddictExtensions_SetScopes_ClaimsPrincipal_System_String___ @@ -11845,48 +11845,48 @@ references: commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage() nameWithType: OpenIddictMessage.OpenIddictMessage() +- uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) + name: OpenIddictMessage(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter___ + commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) + name.vb: OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) + fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of System.String, OpenIddict.Abstractions.OpenIddictParameter))) + nameWithType: OpenIddictMessage.OpenIddictMessage(IEnumerable>) + nameWithType.vb: OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) +- uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,StringValues}}) + name: OpenIddictMessage(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_StringValues___ + commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,StringValues}}) + name.vb: OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, StringValues))) + fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of System.String, StringValues))) + nameWithType: OpenIddictMessage.OpenIddictMessage(IEnumerable>) + nameWithType.vb: OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, StringValues))) +- uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,System.String[]}}) + name: OpenIddictMessage(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_System_String_____ + commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,System.String[]}}) + name.vb: OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, String()))) + fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of System.String, System.String()))) + nameWithType: OpenIddictMessage.OpenIddictMessage(IEnumerable>) + nameWithType.vb: OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, String()))) +- uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,System.String}}) + name: OpenIddictMessage(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_System_String___ + commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,System.String}}) + name.vb: OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, String))) + fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of System.String, System.String))) + nameWithType: OpenIddictMessage.OpenIddictMessage(IEnumerable>) + nameWithType.vb: OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, String))) - uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(JsonElement) name: OpenIddictMessage(JsonElement) href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_JsonElement_ commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(JsonElement) fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(JsonElement) nameWithType: OpenIddictMessage.OpenIddictMessage(JsonElement) -- uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) - name: OpenIddictMessage(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter___ - commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) - name.vb: OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) - fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, OpenIddict.Abstractions.OpenIddictParameter))) - nameWithType: OpenIddictMessage.OpenIddictMessage(IEnumerable>) - nameWithType.vb: OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) -- uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,StringValues}}) - name: OpenIddictMessage(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_StringValues___ - commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,StringValues}}) - name.vb: OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, StringValues))) - fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, StringValues))) - nameWithType: OpenIddictMessage.OpenIddictMessage(IEnumerable>) - nameWithType.vb: OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, StringValues))) -- uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String[]}}) - name: OpenIddictMessage(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String_____ - commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String[]}}) - name.vb: OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, String()))) - fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, System.String()))) - nameWithType: OpenIddictMessage.OpenIddictMessage(IEnumerable>) - nameWithType.vb: OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, String()))) -- uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}}) - name: OpenIddictMessage(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String___ - commentId: M:OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}}) - name.vb: OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, String))) - fullName: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictMessage.OpenIddictMessage(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, System.String))) - nameWithType: OpenIddictMessage.OpenIddictMessage(IEnumerable>) - nameWithType.vb: OpenIddictMessage.OpenIddictMessage(IEnumerable(Of KeyValuePair(Of String, String))) - uid: OpenIddict.Abstractions.OpenIddictMessage.#ctor* name: OpenIddictMessage href: api/OpenIddict.Abstractions.OpenIddictMessage.html#OpenIddict_Abstractions_OpenIddictMessage__ctor_ @@ -12513,48 +12513,48 @@ references: commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest() nameWithType: OpenIddictRequest.OpenIddictRequest() +- uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(IEnumerable{KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) + name: OpenIddictRequest(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_IEnumerable_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter___ + commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(IEnumerable{KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) + name.vb: OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) + fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of System.String, OpenIddict.Abstractions.OpenIddictParameter))) + nameWithType: OpenIddictRequest.OpenIddictRequest(IEnumerable>) + nameWithType.vb: OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) +- uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(IEnumerable{KeyValuePair{System.String,StringValues}}) + name: OpenIddictRequest(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_IEnumerable_KeyValuePair_System_String_StringValues___ + commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(IEnumerable{KeyValuePair{System.String,StringValues}}) + name.vb: OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, StringValues))) + fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of System.String, StringValues))) + nameWithType: OpenIddictRequest.OpenIddictRequest(IEnumerable>) + nameWithType.vb: OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, StringValues))) +- uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(IEnumerable{KeyValuePair{System.String,System.String[]}}) + name: OpenIddictRequest(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_IEnumerable_KeyValuePair_System_String_System_String_____ + commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(IEnumerable{KeyValuePair{System.String,System.String[]}}) + name.vb: OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, String()))) + fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of System.String, System.String()))) + nameWithType: OpenIddictRequest.OpenIddictRequest(IEnumerable>) + nameWithType.vb: OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, String()))) +- uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(IEnumerable{KeyValuePair{System.String,System.String}}) + name: OpenIddictRequest(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_IEnumerable_KeyValuePair_System_String_System_String___ + commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(IEnumerable{KeyValuePair{System.String,System.String}}) + name.vb: OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, String))) + fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of System.String, System.String))) + nameWithType: OpenIddictRequest.OpenIddictRequest(IEnumerable>) + nameWithType.vb: OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, String))) - uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(JsonElement) name: OpenIddictRequest(JsonElement) href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_JsonElement_ commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(JsonElement) fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(JsonElement) nameWithType: OpenIddictRequest.OpenIddictRequest(JsonElement) -- uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) - name: OpenIddictRequest(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter___ - commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) - name.vb: OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) - fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, OpenIddict.Abstractions.OpenIddictParameter))) - nameWithType: OpenIddictRequest.OpenIddictRequest(IEnumerable>) - nameWithType.vb: OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) -- uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,StringValues}}) - name: OpenIddictRequest(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_StringValues___ - commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,StringValues}}) - name.vb: OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, StringValues))) - fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, StringValues))) - nameWithType: OpenIddictRequest.OpenIddictRequest(IEnumerable>) - nameWithType.vb: OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, StringValues))) -- uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String[]}}) - name: OpenIddictRequest(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String_____ - commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String[]}}) - name.vb: OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, String()))) - fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, System.String()))) - nameWithType: OpenIddictRequest.OpenIddictRequest(IEnumerable>) - nameWithType.vb: OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, String()))) -- uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}}) - name: OpenIddictRequest(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String___ - commentId: M:OpenIddict.Abstractions.OpenIddictRequest.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}}) - name.vb: OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, String))) - fullName: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictRequest.OpenIddictRequest(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, System.String))) - nameWithType: OpenIddictRequest.OpenIddictRequest(IEnumerable>) - nameWithType.vb: OpenIddictRequest.OpenIddictRequest(IEnumerable(Of KeyValuePair(Of String, String))) - uid: OpenIddict.Abstractions.OpenIddictRequest.#ctor* name: OpenIddictRequest href: api/OpenIddict.Abstractions.OpenIddictRequest.html#OpenIddict_Abstractions_OpenIddictRequest__ctor_ @@ -13107,48 +13107,48 @@ references: commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse() nameWithType: OpenIddictResponse.OpenIddictResponse() +- uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(IEnumerable{KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) + name: OpenIddictResponse(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_IEnumerable_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter___ + commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(IEnumerable{KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) + name.vb: OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) + fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of System.String, OpenIddict.Abstractions.OpenIddictParameter))) + nameWithType: OpenIddictResponse.OpenIddictResponse(IEnumerable>) + nameWithType.vb: OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) +- uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(IEnumerable{KeyValuePair{System.String,StringValues}}) + name: OpenIddictResponse(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_IEnumerable_KeyValuePair_System_String_StringValues___ + commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(IEnumerable{KeyValuePair{System.String,StringValues}}) + name.vb: OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, StringValues))) + fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of System.String, StringValues))) + nameWithType: OpenIddictResponse.OpenIddictResponse(IEnumerable>) + nameWithType.vb: OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, StringValues))) +- uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(IEnumerable{KeyValuePair{System.String,System.String[]}}) + name: OpenIddictResponse(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_IEnumerable_KeyValuePair_System_String_System_String_____ + commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(IEnumerable{KeyValuePair{System.String,System.String[]}}) + name.vb: OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, String()))) + fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of System.String, System.String()))) + nameWithType: OpenIddictResponse.OpenIddictResponse(IEnumerable>) + nameWithType.vb: OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, String()))) +- uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(IEnumerable{KeyValuePair{System.String,System.String}}) + name: OpenIddictResponse(IEnumerable>) + href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_IEnumerable_KeyValuePair_System_String_System_String___ + commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(IEnumerable{KeyValuePair{System.String,System.String}}) + name.vb: OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, String))) + fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(IEnumerable>) + fullName.vb: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of System.String, System.String))) + nameWithType: OpenIddictResponse.OpenIddictResponse(IEnumerable>) + nameWithType.vb: OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, String))) - uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(JsonElement) name: OpenIddictResponse(JsonElement) href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_JsonElement_ commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(JsonElement) fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(JsonElement) nameWithType: OpenIddictResponse.OpenIddictResponse(JsonElement) -- uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) - name: OpenIddictResponse(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter___ - commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}}) - name.vb: OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) - fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, OpenIddict.Abstractions.OpenIddictParameter))) - nameWithType: OpenIddictResponse.OpenIddictResponse(IEnumerable>) - nameWithType.vb: OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, OpenIddictParameter))) -- uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,StringValues}}) - name: OpenIddictResponse(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_StringValues___ - commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,StringValues}}) - name.vb: OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, StringValues))) - fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, StringValues))) - nameWithType: OpenIddictResponse.OpenIddictResponse(IEnumerable>) - nameWithType.vb: OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, StringValues))) -- uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String[]}}) - name: OpenIddictResponse(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String_____ - commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String[]}}) - name.vb: OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, String()))) - fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, System.String()))) - nameWithType: OpenIddictResponse.OpenIddictResponse(IEnumerable>) - nameWithType.vb: OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, String()))) -- uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}}) - name: OpenIddictResponse(IEnumerable>) - href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String___ - commentId: M:OpenIddict.Abstractions.OpenIddictResponse.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}}) - name.vb: OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, String))) - fullName: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(System.Collections.Generic.IEnumerable>) - fullName.vb: OpenIddict.Abstractions.OpenIddictResponse.OpenIddictResponse(System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.String, System.String))) - nameWithType: OpenIddictResponse.OpenIddictResponse(IEnumerable>) - nameWithType.vb: OpenIddictResponse.OpenIddictResponse(IEnumerable(Of KeyValuePair(Of String, String))) - uid: OpenIddict.Abstractions.OpenIddictResponse.#ctor* name: OpenIddictResponse href: api/OpenIddict.Abstractions.OpenIddictResponse.html#OpenIddict_Abstractions_OpenIddictResponse__ctor_ @@ -28602,12 +28602,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.RequireAuthorizationEndpointPassthroughEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.RequireAuthorizationEndpointPassthroughEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireAuthorizationEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireAuthorizationEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireAuthorizationEndpointPassthroughEnabled_IsActiveAsync_ @@ -28637,12 +28637,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.RequireAuthorizationRequestCachingEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.RequireAuthorizationRequestCachingEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireAuthorizationRequestCachingEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireAuthorizationRequestCachingEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireAuthorizationRequestCachingEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireAuthorizationRequestCachingEnabled_IsActiveAsync_ @@ -28672,12 +28672,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.RequireErrorPassthroughEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.RequireErrorPassthroughEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireErrorPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireErrorPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireErrorPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireErrorPassthroughEnabled_IsActiveAsync_ @@ -28691,12 +28691,12 @@ references: commentId: T:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireHttpRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireHttpRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireHttpRequest.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireHttpRequest_IsActiveAsync_ @@ -28726,12 +28726,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.RequireLogoutEndpointPassthroughEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.RequireLogoutEndpointPassthroughEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireLogoutEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireLogoutEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireLogoutEndpointPassthroughEnabled_IsActiveAsync_ @@ -28761,12 +28761,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.RequireLogoutRequestCachingEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.RequireLogoutRequestCachingEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireLogoutRequestCachingEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireLogoutRequestCachingEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireLogoutRequestCachingEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireLogoutRequestCachingEnabled_IsActiveAsync_ @@ -28796,12 +28796,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.RequireStatusCodePagesIntegrationEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.RequireStatusCodePagesIntegrationEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireStatusCodePagesIntegrationEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireStatusCodePagesIntegrationEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireStatusCodePagesIntegrationEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireStatusCodePagesIntegrationEnabled_IsActiveAsync_ @@ -28831,12 +28831,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.RequireTokenEndpointPassthroughEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.RequireTokenEndpointPassthroughEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireTokenEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireTokenEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTokenEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireTokenEndpointPassthroughEnabled_IsActiveAsync_ @@ -28866,12 +28866,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.RequireTransportSecurityRequirementEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.RequireTransportSecurityRequirementEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireTransportSecurityRequirementEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireTransportSecurityRequirementEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireTransportSecurityRequirementEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireTransportSecurityRequirementEnabled_IsActiveAsync_ @@ -28901,12 +28901,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.RequireUserinfoEndpointPassthroughEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.RequireUserinfoEndpointPassthroughEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireUserinfoEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireUserinfoEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireUserinfoEndpointPassthroughEnabled_IsActiveAsync_ @@ -28936,12 +28936,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.RequireVerificationEndpointPassthroughEnabled nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.RequireVerificationEndpointPassthroughEnabled -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireVerificationEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireVerificationEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlerFilters_RequireVerificationEndpointPassthroughEnabled_IsActiveAsync_ @@ -29017,12 +29017,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.Descriptor nameWithType: OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.Descriptor -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_AttachHostChallengeError_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_AttachHostChallengeError_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.AttachHostChallengeError.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_AttachHostChallengeError_HandleAsync_ @@ -29808,12 +29808,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.Descriptor nameWithType: OpenIddictServerAspNetCoreHandlers.InferEndpointType.Descriptor -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_InferEndpointType_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_InferEndpointType_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferEndpointType.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_InferEndpointType_HandleAsync_ @@ -29840,12 +29840,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.Descriptor nameWithType: OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.Descriptor -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_InferIssuerFromHost_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_InferIssuerFromHost_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.InferIssuerFromHost.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_InferIssuerFromHost_HandleAsync_ @@ -30458,12 +30458,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.Descriptor nameWithType: OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.Descriptor -- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_ValidateTransportSecurityRequirement_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_ValidateTransportSecurityRequirement_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.AspNetCore.OpenIddictServerAspNetCoreHandlers.ValidateTransportSecurityRequirement.html#OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_ValidateTransportSecurityRequirement_HandleAsync_ @@ -30805,11 +30805,11 @@ references: commentId: T:OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter fullName: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter nameWithType: IOpenIddictServerDataProtectionFormatter -- uid: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.ReadToken(System.IO.BinaryReader) +- uid: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.ReadToken(BinaryReader) name: ReadToken(BinaryReader) - href: api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html#OpenIddict_Server_DataProtection_IOpenIddictServerDataProtectionFormatter_ReadToken_System_IO_BinaryReader_ - commentId: M:OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.ReadToken(System.IO.BinaryReader) - fullName: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.ReadToken(System.IO.BinaryReader) + href: api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html#OpenIddict_Server_DataProtection_IOpenIddictServerDataProtectionFormatter_ReadToken_BinaryReader_ + commentId: M:OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.ReadToken(BinaryReader) + fullName: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.ReadToken(BinaryReader) nameWithType: IOpenIddictServerDataProtectionFormatter.ReadToken(BinaryReader) - uid: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.ReadToken* name: ReadToken @@ -30818,11 +30818,11 @@ references: isSpec: "True" fullName: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.ReadToken nameWithType: IOpenIddictServerDataProtectionFormatter.ReadToken -- uid: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.WriteToken(System.IO.BinaryWriter,ClaimsPrincipal) +- uid: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.WriteToken(BinaryWriter,ClaimsPrincipal) name: WriteToken(BinaryWriter, ClaimsPrincipal) - href: api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html#OpenIddict_Server_DataProtection_IOpenIddictServerDataProtectionFormatter_WriteToken_System_IO_BinaryWriter_ClaimsPrincipal_ - commentId: M:OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.WriteToken(System.IO.BinaryWriter,ClaimsPrincipal) - fullName: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.WriteToken(System.IO.BinaryWriter, ClaimsPrincipal) + href: api/OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.html#OpenIddict_Server_DataProtection_IOpenIddictServerDataProtectionFormatter_WriteToken_BinaryWriter_ClaimsPrincipal_ + commentId: M:OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.WriteToken(BinaryWriter,ClaimsPrincipal) + fullName: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.WriteToken(BinaryWriter, ClaimsPrincipal) nameWithType: IOpenIddictServerDataProtectionFormatter.WriteToken(BinaryWriter, ClaimsPrincipal) - uid: OpenIddict.Server.DataProtection.IOpenIddictServerDataProtectionFormatter.WriteToken* name: WriteToken @@ -31092,11 +31092,11 @@ references: commentId: T:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter nameWithType: OpenIddictServerDataProtectionFormatter -- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.ReadToken(System.IO.BinaryReader) +- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.ReadToken(BinaryReader) name: ReadToken(BinaryReader) - href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionFormatter_ReadToken_System_IO_BinaryReader_ - commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.ReadToken(System.IO.BinaryReader) - fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.ReadToken(System.IO.BinaryReader) + href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionFormatter_ReadToken_BinaryReader_ + commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.ReadToken(BinaryReader) + fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.ReadToken(BinaryReader) nameWithType: OpenIddictServerDataProtectionFormatter.ReadToken(BinaryReader) - uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.ReadToken* name: ReadToken @@ -31105,11 +31105,11 @@ references: isSpec: "True" fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.ReadToken nameWithType: OpenIddictServerDataProtectionFormatter.ReadToken -- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.WriteToken(System.IO.BinaryWriter,ClaimsPrincipal) +- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.WriteToken(BinaryWriter,ClaimsPrincipal) name: WriteToken(BinaryWriter, ClaimsPrincipal) - href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionFormatter_WriteToken_System_IO_BinaryWriter_ClaimsPrincipal_ - commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.WriteToken(System.IO.BinaryWriter,ClaimsPrincipal) - fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.WriteToken(System.IO.BinaryWriter, ClaimsPrincipal) + href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionFormatter_WriteToken_BinaryWriter_ClaimsPrincipal_ + commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.WriteToken(BinaryWriter,ClaimsPrincipal) + fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.WriteToken(BinaryWriter, ClaimsPrincipal) nameWithType: OpenIddictServerDataProtectionFormatter.WriteToken(BinaryWriter, ClaimsPrincipal) - uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionFormatter.WriteToken* name: WriteToken @@ -31146,12 +31146,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.RequireDataProtectionAccessTokenFormatEnabled nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.RequireDataProtectionAccessTokenFormatEnabled -- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionAccessTokenFormatEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionAccessTokenFormatEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAccessTokenFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionAccessTokenFormatEnabled_IsActiveAsync_ @@ -31181,12 +31181,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.RequireDataProtectionAuthorizationCodeFormatEnabled nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.RequireDataProtectionAuthorizationCodeFormatEnabled -- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionAuthorizationCodeFormatEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionAuthorizationCodeFormatEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionAuthorizationCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionAuthorizationCodeFormatEnabled_IsActiveAsync_ @@ -31216,12 +31216,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.RequireDataProtectionDeviceCodeFormatEnabled nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.RequireDataProtectionDeviceCodeFormatEnabled -- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionDeviceCodeFormatEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionDeviceCodeFormatEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionDeviceCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionDeviceCodeFormatEnabled_IsActiveAsync_ @@ -31251,12 +31251,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.RequireDataProtectionRefreshTokenFormatEnabled nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.RequireDataProtectionRefreshTokenFormatEnabled -- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionRefreshTokenFormatEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionRefreshTokenFormatEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionRefreshTokenFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionRefreshTokenFormatEnabled_IsActiveAsync_ @@ -31286,12 +31286,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.RequireDataProtectionUserCodeFormatEnabled nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.RequireDataProtectionUserCodeFormatEnabled -- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionUserCodeFormatEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionUserCodeFormatEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlerFilters_RequireDataProtectionUserCodeFormatEnabled_IsActiveAsync_ @@ -31593,12 +31593,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.Descriptor nameWithType: OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.Descriptor -- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlers_ValidateDataProtectionToken_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlers_ValidateDataProtectionToken_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html#OpenIddict_Server_DataProtection_OpenIddictServerDataProtectionHandlers_ValidateDataProtectionToken_HandleAsync_ @@ -35451,13 +35451,13 @@ references: fullName.vb: OpenIddict.Server.OpenIddictServerHandler(Of TContext) nameWithType: OpenIddictServerHandler nameWithType.vb: OpenIddictServerHandler(Of TContext) -- uid: OpenIddict.Server.OpenIddictServerHandler`1.#ctor(System.Func{`0,System.Threading.Tasks.ValueTask}) +- uid: OpenIddict.Server.OpenIddictServerHandler`1.#ctor(System.Func{`0,ValueTask}) name: OpenIddictServerHandler(Func) - href: api/OpenIddict.Server.OpenIddictServerHandler-1.html#OpenIddict_Server_OpenIddictServerHandler_1__ctor_System_Func__0_System_Threading_Tasks_ValueTask__ - commentId: M:OpenIddict.Server.OpenIddictServerHandler`1.#ctor(System.Func{`0,System.Threading.Tasks.ValueTask}) + href: api/OpenIddict.Server.OpenIddictServerHandler-1.html#OpenIddict_Server_OpenIddictServerHandler_1__ctor_System_Func__0_ValueTask__ + commentId: M:OpenIddict.Server.OpenIddictServerHandler`1.#ctor(System.Func{`0,ValueTask}) name.vb: OpenIddictServerHandler(Func(Of TContext, ValueTask)) - fullName: OpenIddict.Server.OpenIddictServerHandler.OpenIddictServerHandler(System.Func) - fullName.vb: OpenIddict.Server.OpenIddictServerHandler(Of TContext).OpenIddictServerHandler(System.Func(Of TContext, System.Threading.Tasks.ValueTask)) + fullName: OpenIddict.Server.OpenIddictServerHandler.OpenIddictServerHandler(System.Func) + fullName.vb: OpenIddict.Server.OpenIddictServerHandler(Of TContext).OpenIddictServerHandler(System.Func(Of TContext, ValueTask)) nameWithType: OpenIddictServerHandler.OpenIddictServerHandler(Func) nameWithType.vb: OpenIddictServerHandler(Of TContext).OpenIddictServerHandler(Func(Of TContext, ValueTask)) - uid: OpenIddict.Server.OpenIddictServerHandler`1.#ctor* @@ -35612,13 +35612,13 @@ references: fullName.vb: OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder(Of TContext).SetType nameWithType: OpenIddictServerHandlerDescriptor.Builder.SetType nameWithType.vb: OpenIddictServerHandlerDescriptor.Builder(Of TContext).SetType -- uid: OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,System.Threading.Tasks.ValueTask}) +- uid: OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,ValueTask}) name: UseInlineHandler(Func) - href: api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder-1.html#OpenIddict_Server_OpenIddictServerHandlerDescriptor_Builder_1_UseInlineHandler_System_Func__0_System_Threading_Tasks_ValueTask__ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,System.Threading.Tasks.ValueTask}) + href: api/OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder-1.html#OpenIddict_Server_OpenIddictServerHandlerDescriptor_Builder_1_UseInlineHandler_System_Func__0_ValueTask__ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,ValueTask}) name.vb: UseInlineHandler(Func(Of TContext, ValueTask)) - fullName: OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder.UseInlineHandler(System.Func) - fullName.vb: OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder(Of TContext).UseInlineHandler(System.Func(Of TContext, System.Threading.Tasks.ValueTask)) + fullName: OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder.UseInlineHandler(System.Func) + fullName.vb: OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder(Of TContext).UseInlineHandler(System.Func(Of TContext, ValueTask)) nameWithType: OpenIddictServerHandlerDescriptor.Builder.UseInlineHandler(Func) nameWithType.vb: OpenIddictServerHandlerDescriptor.Builder(Of TContext).UseInlineHandler(Func(Of TContext, ValueTask)) - uid: OpenIddict.Server.OpenIddictServerHandlerDescriptor.Builder`1.UseInlineHandler* @@ -35824,12 +35824,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest nameWithType: OpenIddictServerHandlerFilters.RequireAuthorizationRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireAuthorizationRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireAuthorizationRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireAuthorizationRequest_IsActiveAsync_ @@ -35843,12 +35843,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled nameWithType: OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireAuthorizationStorageEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireAuthorizationStorageEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireAuthorizationStorageEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireAuthorizationStorageEnabled_IsActiveAsync_ @@ -35862,12 +35862,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter nameWithType: OpenIddictServerHandlerFilters.RequireClientIdParameter -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireClientIdParameter_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireClientIdParameter_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireClientIdParameter.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireClientIdParameter_IsActiveAsync_ @@ -35881,12 +35881,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest nameWithType: OpenIddictServerHandlerFilters.RequireConfigurationRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireConfigurationRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireConfigurationRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireConfigurationRequest_IsActiveAsync_ @@ -35900,12 +35900,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest nameWithType: OpenIddictServerHandlerFilters.RequireCryptographyRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireCryptographyRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireCryptographyRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireCryptographyRequest_IsActiveAsync_ @@ -35919,12 +35919,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled nameWithType: OpenIddictServerHandlerFilters.RequireDegradedModeDisabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireDegradedModeDisabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireDegradedModeDisabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDegradedModeDisabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireDegradedModeDisabled_IsActiveAsync_ @@ -35957,12 +35957,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest nameWithType: OpenIddictServerHandlerFilters.RequireDeviceRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireDeviceRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireDeviceRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireDeviceRequest_IsActiveAsync_ @@ -35976,12 +35976,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled nameWithType: OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireEndpointPermissionsEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireEndpointPermissionsEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireEndpointPermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireEndpointPermissionsEnabled_IsActiveAsync_ @@ -35995,12 +35995,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled nameWithType: OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireGrantTypePermissionsEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireGrantTypePermissionsEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireGrantTypePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireGrantTypePermissionsEnabled_IsActiveAsync_ @@ -36033,12 +36033,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest nameWithType: OpenIddictServerHandlerFilters.RequireIntrospectionRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireIntrospectionRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireIntrospectionRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireIntrospectionRequest_IsActiveAsync_ @@ -36052,12 +36052,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest nameWithType: OpenIddictServerHandlerFilters.RequireLogoutRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireLogoutRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireLogoutRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireLogoutRequest_IsActiveAsync_ @@ -36071,12 +36071,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter nameWithType: OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequirePostLogoutRedirectUriParameter_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequirePostLogoutRedirectUriParameter_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequirePostLogoutRedirectUriParameter.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequirePostLogoutRedirectUriParameter_IsActiveAsync_ @@ -36090,12 +36090,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled nameWithType: OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireReferenceAccessTokensEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireReferenceAccessTokensEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceAccessTokensEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireReferenceAccessTokensEnabled_IsActiveAsync_ @@ -36109,12 +36109,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled nameWithType: OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireReferenceRefreshTokensEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireReferenceRefreshTokensEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireReferenceRefreshTokensEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireReferenceRefreshTokensEnabled_IsActiveAsync_ @@ -36147,12 +36147,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled nameWithType: OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireResponseTypePermissionsEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireResponseTypePermissionsEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireResponseTypePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireResponseTypePermissionsEnabled_IsActiveAsync_ @@ -36166,12 +36166,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest nameWithType: OpenIddictServerHandlerFilters.RequireRevocationRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireRevocationRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireRevocationRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireRevocationRequest_IsActiveAsync_ @@ -36185,12 +36185,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled nameWithType: OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireScopePermissionsEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireScopePermissionsEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopePermissionsEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireScopePermissionsEnabled_IsActiveAsync_ @@ -36204,12 +36204,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled nameWithType: OpenIddictServerHandlerFilters.RequireScopeValidationEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireScopeValidationEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireScopeValidationEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireScopeValidationEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireScopeValidationEnabled_IsActiveAsync_ @@ -36223,12 +36223,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled nameWithType: OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireSlidingRefreshTokenExpirationEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireSlidingRefreshTokenExpirationEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireSlidingRefreshTokenExpirationEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireSlidingRefreshTokenExpirationEnabled_IsActiveAsync_ @@ -36242,12 +36242,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest nameWithType: OpenIddictServerHandlerFilters.RequireTokenRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireTokenRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireTokenRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireTokenRequest_IsActiveAsync_ @@ -36261,12 +36261,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled nameWithType: OpenIddictServerHandlerFilters.RequireTokenStorageEnabled -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireTokenStorageEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireTokenStorageEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireTokenStorageEnabled.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireTokenStorageEnabled_IsActiveAsync_ @@ -36299,12 +36299,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest nameWithType: OpenIddictServerHandlerFilters.RequireUserinfoRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireUserinfoRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireUserinfoRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireUserinfoRequest_IsActiveAsync_ @@ -36318,12 +36318,12 @@ references: commentId: T:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest nameWithType: OpenIddictServerHandlerFilters.RequireVerificationRequest -- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireVerificationRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireVerificationRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.OpenIddictServerHandlerFilters.RequireVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlerFilters_RequireVerificationRequest_IsActiveAsync_ @@ -36467,12 +36467,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.Descriptor nameWithType: OpenIddictServerHandlers.AttachDefaultChallengeError.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.html#OpenIddict_Server_OpenIddictServerHandlers_AttachDefaultChallengeError_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.html#OpenIddict_Server_OpenIddictServerHandlers_AttachDefaultChallengeError_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.AttachDefaultChallengeError.html#OpenIddict_Server_OpenIddictServerHandlers_AttachDefaultChallengeError_HandleAsync_ @@ -36828,12 +36828,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_ExtractAuthorizationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_ExtractAuthorizationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ExtractAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_ExtractAuthorizationRequest_HandleAsync_ @@ -36886,12 +36886,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_HandleAuthorizationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_HandleAuthorizationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.HandleAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_HandleAuthorizationRequest_HandleAsync_ @@ -36931,12 +36931,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_ValidateAuthorizationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_ValidateAuthorizationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Authentication.ValidateAuthorizationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Authentication_ValidateAuthorizationRequest_HandleAsync_ @@ -38086,12 +38086,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.Descriptor nameWithType: OpenIddictServerHandlers.Device.ExtractDeviceRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_ExtractDeviceRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_ExtractDeviceRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.ExtractDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_ExtractDeviceRequest_HandleAsync_ @@ -38144,12 +38144,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.Descriptor nameWithType: OpenIddictServerHandlers.Device.HandleDeviceRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_HandleDeviceRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_HandleDeviceRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.HandleDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_HandleDeviceRequest_HandleAsync_ @@ -38221,12 +38221,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.Descriptor nameWithType: OpenIddictServerHandlers.Device.ValidateDeviceRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_ValidateDeviceRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_ValidateDeviceRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Device.ValidateDeviceRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Device_ValidateDeviceRequest_HandleAsync_ @@ -38856,12 +38856,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ExtractConfigurationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ExtractConfigurationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ExtractConfigurationRequest_HandleAsync_ @@ -38901,12 +38901,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.Descriptor nameWithType: OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ExtractCryptographyRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ExtractCryptographyRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ExtractCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ExtractCryptographyRequest_HandleAsync_ @@ -38946,12 +38946,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_HandleConfigurationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_HandleConfigurationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_HandleConfigurationRequest_HandleAsync_ @@ -38991,12 +38991,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.Descriptor nameWithType: OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_HandleCryptographyRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_HandleCryptographyRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.HandleCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_HandleCryptographyRequest_HandleAsync_ @@ -39036,12 +39036,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ValidateConfigurationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ValidateConfigurationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateConfigurationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ValidateConfigurationRequest_HandleAsync_ @@ -39081,12 +39081,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.Descriptor nameWithType: OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ValidateCryptographyRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ValidateCryptographyRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Discovery.ValidateCryptographyRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Discovery_ValidateCryptographyRequest_HandleAsync_ @@ -39237,12 +39237,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.Descriptor nameWithType: OpenIddictServerHandlers.Exchange.ExtractTokenRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_ExtractTokenRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_ExtractTokenRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ExtractTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_ExtractTokenRequest_HandleAsync_ @@ -39295,12 +39295,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.Descriptor nameWithType: OpenIddictServerHandlers.Exchange.HandleTokenRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_HandleTokenRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_HandleTokenRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.HandleTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_HandleTokenRequest_HandleAsync_ @@ -39631,12 +39631,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.Descriptor nameWithType: OpenIddictServerHandlers.Exchange.ValidateTokenRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_ValidateTokenRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_ValidateTokenRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Exchange.ValidateTokenRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Exchange_ValidateTokenRequest_HandleAsync_ @@ -39676,12 +39676,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.Descriptor nameWithType: OpenIddictServerHandlers.ExtractVerificationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_ExtractVerificationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_ExtractVerificationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ExtractVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_ExtractVerificationRequest_HandleAsync_ @@ -39881,12 +39881,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.Descriptor nameWithType: OpenIddictServerHandlers.HandleVerificationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_HandleVerificationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_HandleVerificationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.HandleVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_HandleVerificationRequest_HandleAsync_ @@ -40184,12 +40184,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.Descriptor nameWithType: OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_ExtractIntrospectionRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_ExtractIntrospectionRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ExtractIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_ExtractIntrospectionRequest_HandleAsync_ @@ -40229,12 +40229,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.Descriptor nameWithType: OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_HandleIntrospectionRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_HandleIntrospectionRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.HandleIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_HandleIntrospectionRequest_HandleAsync_ @@ -40574,12 +40574,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.Descriptor nameWithType: OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_ValidateIntrospectionRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_ValidateIntrospectionRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Introspection.ValidateIntrospectionRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Introspection_ValidateIntrospectionRequest_HandleAsync_ @@ -40715,12 +40715,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.Descriptor nameWithType: OpenIddictServerHandlers.MapInternalClaims.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.html#OpenIddict_Server_OpenIddictServerHandlers_MapInternalClaims_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.MapInternalClaims.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.html#OpenIddict_Server_OpenIddictServerHandlers_MapInternalClaims_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.MapInternalClaims.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.MapInternalClaims.html#OpenIddict_Server_OpenIddictServerHandlers_MapInternalClaims_HandleAsync_ @@ -40747,12 +40747,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.Descriptor nameWithType: OpenIddictServerHandlers.NormalizeScopeClaims.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.html#OpenIddict_Server_OpenIddictServerHandlers_NormalizeScopeClaims_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.html#OpenIddict_Server_OpenIddictServerHandlers_NormalizeScopeClaims_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeScopeClaims.html#OpenIddict_Server_OpenIddictServerHandlers_NormalizeScopeClaims_HandleAsync_ @@ -40779,12 +40779,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.Descriptor nameWithType: OpenIddictServerHandlers.NormalizeUserCode.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.html#OpenIddict_Server_OpenIddictServerHandlers_NormalizeUserCode_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.NormalizeUserCode.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.html#OpenIddict_Server_OpenIddictServerHandlers_NormalizeUserCode_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.NormalizeUserCode.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.NormalizeUserCode.html#OpenIddict_Server_OpenIddictServerHandlers_NormalizeUserCode_HandleAsync_ @@ -41073,12 +41073,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.Descriptor nameWithType: OpenIddictServerHandlers.RejectDeviceCodeEntry.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.html#OpenIddict_Server_OpenIddictServerHandlers_RejectDeviceCodeEntry_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.html#OpenIddict_Server_OpenIddictServerHandlers_RejectDeviceCodeEntry_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.RejectDeviceCodeEntry.html#OpenIddict_Server_OpenIddictServerHandlers_RejectDeviceCodeEntry_HandleAsync_ @@ -41124,12 +41124,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.Descriptor nameWithType: OpenIddictServerHandlers.RejectUserCodeEntry.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.html#OpenIddict_Server_OpenIddictServerHandlers_RejectUserCodeEntry_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.html#OpenIddict_Server_OpenIddictServerHandlers_RejectUserCodeEntry_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.RejectUserCodeEntry.html#OpenIddict_Server_OpenIddictServerHandlers_RejectUserCodeEntry_HandleAsync_ @@ -41207,12 +41207,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.Descriptor nameWithType: OpenIddictServerHandlers.RestoreReferenceTokenProperties.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.html#OpenIddict_Server_OpenIddictServerHandlers_RestoreReferenceTokenProperties_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.html#OpenIddict_Server_OpenIddictServerHandlers_RestoreReferenceTokenProperties_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.RestoreReferenceTokenProperties.html#OpenIddict_Server_OpenIddictServerHandlers_RestoreReferenceTokenProperties_HandleAsync_ @@ -41363,12 +41363,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_ExtractRevocationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_ExtractRevocationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ExtractRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_ExtractRevocationRequest_HandleAsync_ @@ -41408,12 +41408,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Revocation.HandleRevocationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_HandleRevocationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_HandleRevocationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.HandleRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_HandleRevocationRequest_HandleAsync_ @@ -41804,12 +41804,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.Descriptor nameWithType: OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_ValidateRevocationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_ValidateRevocationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Revocation.ValidateRevocationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Revocation_ValidateRevocationRequest_HandleAsync_ @@ -42101,12 +42101,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.Descriptor nameWithType: OpenIddictServerHandlers.Session.ExtractLogoutRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_ExtractLogoutRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_ExtractLogoutRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.ExtractLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_ExtractLogoutRequest_HandleAsync_ @@ -42146,12 +42146,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.Descriptor nameWithType: OpenIddictServerHandlers.Session.HandleLogoutRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_HandleLogoutRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_HandleLogoutRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.HandleLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_HandleLogoutRequest_HandleAsync_ @@ -42242,12 +42242,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.Descriptor nameWithType: OpenIddictServerHandlers.Session.ValidateLogoutRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_ValidateLogoutRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_ValidateLogoutRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Session.ValidateLogoutRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Session_ValidateLogoutRequest_HandleAsync_ @@ -42545,12 +42545,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.Descriptor nameWithType: OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_ExtractUserinfoRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_ExtractUserinfoRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ExtractUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_ExtractUserinfoRequest_HandleAsync_ @@ -42590,12 +42590,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.Descriptor nameWithType: OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_HandleUserinfoRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_HandleUserinfoRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.HandleUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_HandleUserinfoRequest_HandleAsync_ @@ -42712,12 +42712,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.Descriptor nameWithType: OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_ValidateUserinfoRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_ValidateUserinfoRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.Userinfo.ValidateUserinfoRequest.html#OpenIddict_Server_OpenIddictServerHandlers_Userinfo_ValidateUserinfoRequest_HandleAsync_ @@ -42744,12 +42744,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.Descriptor nameWithType: OpenIddictServerHandlers.ValidateAuthenticationDemand.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateAuthenticationDemand_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateAuthenticationDemand_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthenticationDemand.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateAuthenticationDemand_HandleAsync_ @@ -42795,12 +42795,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.Descriptor nameWithType: OpenIddictServerHandlers.ValidateAuthorizationEntry.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateAuthorizationEntry_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateAuthorizationEntry_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateAuthorizationEntry.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateAuthorizationEntry_HandleAsync_ @@ -42827,12 +42827,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.Descriptor nameWithType: OpenIddictServerHandlers.ValidateChallengeDemand.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateChallengeDemand_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateChallengeDemand_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateChallengeDemand.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateChallengeDemand_HandleAsync_ @@ -43125,12 +43125,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.Descriptor nameWithType: OpenIddictServerHandlers.ValidateExpirationDate.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateExpirationDate_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateExpirationDate_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateExpirationDate_HandleAsync_ @@ -43252,12 +43252,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.Descriptor nameWithType: OpenIddictServerHandlers.ValidateIdentityModelToken.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateIdentityModelToken_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateIdentityModelToken_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateIdentityModelToken.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateIdentityModelToken_HandleAsync_ @@ -43316,12 +43316,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.Descriptor nameWithType: OpenIddictServerHandlers.ValidatePrincipal.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.html#OpenIddict_Server_OpenIddictServerHandlers_ValidatePrincipal_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.ValidatePrincipal.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.html#OpenIddict_Server_OpenIddictServerHandlers_ValidatePrincipal_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.ValidatePrincipal.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidatePrincipal.html#OpenIddict_Server_OpenIddictServerHandlers_ValidatePrincipal_HandleAsync_ @@ -43456,12 +43456,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.Descriptor nameWithType: OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateReferenceTokenIdentifier_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateReferenceTokenIdentifier_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateReferenceTokenIdentifier.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateReferenceTokenIdentifier_HandleAsync_ @@ -43698,12 +43698,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.Descriptor nameWithType: OpenIddictServerHandlers.ValidateTokenEntry.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateTokenEntry_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateTokenEntry_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenEntry.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateTokenEntry_HandleAsync_ @@ -43730,12 +43730,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.Descriptor nameWithType: OpenIddictServerHandlers.ValidateTokenParameter.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateTokenParameter_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateTokenParameter_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateTokenParameter.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateTokenParameter_HandleAsync_ @@ -43775,12 +43775,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.Descriptor nameWithType: OpenIddictServerHandlers.ValidateVerificationRequest.Descriptor -- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateVerificationRequest_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateVerificationRequest_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.OpenIddictServerHandlers.ValidateVerificationRequest.html#OpenIddict_Server_OpenIddictServerHandlers_ValidateVerificationRequest_HandleAsync_ @@ -44800,12 +44800,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.RequireAuthorizationEndpointPassthroughEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.RequireAuthorizationEndpointPassthroughEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireAuthorizationEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireAuthorizationEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireAuthorizationEndpointPassthroughEnabled_IsActiveAsync_ @@ -44835,12 +44835,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.RequireAuthorizationRequestCachingEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.RequireAuthorizationRequestCachingEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireAuthorizationRequestCachingEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireAuthorizationRequestCachingEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireAuthorizationRequestCachingEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireAuthorizationRequestCachingEnabled_IsActiveAsync_ @@ -44870,12 +44870,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.RequireErrorPassthroughEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.RequireErrorPassthroughEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireErrorPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireErrorPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireErrorPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireErrorPassthroughEnabled_IsActiveAsync_ @@ -44905,12 +44905,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.RequireLogoutEndpointPassthroughEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.RequireLogoutEndpointPassthroughEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireLogoutEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireLogoutEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireLogoutEndpointPassthroughEnabled_IsActiveAsync_ @@ -44940,12 +44940,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.RequireLogoutRequestCachingEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.RequireLogoutRequestCachingEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireLogoutRequestCachingEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireLogoutRequestCachingEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireLogoutRequestCachingEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireLogoutRequestCachingEnabled_IsActiveAsync_ @@ -44959,12 +44959,12 @@ references: commentId: T:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest nameWithType: OpenIddictServerOwinHandlerFilters.RequireOwinRequest -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireOwinRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireOwinRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireOwinRequest.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireOwinRequest_IsActiveAsync_ @@ -44994,12 +44994,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.RequireTokenEndpointPassthroughEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.RequireTokenEndpointPassthroughEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireTokenEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireTokenEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTokenEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireTokenEndpointPassthroughEnabled_IsActiveAsync_ @@ -45029,12 +45029,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.RequireTransportSecurityRequirementEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.RequireTransportSecurityRequirementEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireTransportSecurityRequirementEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireTransportSecurityRequirementEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireTransportSecurityRequirementEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireTransportSecurityRequirementEnabled_IsActiveAsync_ @@ -45064,12 +45064,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.RequireUserinfoEndpointPassthroughEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.RequireUserinfoEndpointPassthroughEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireUserinfoEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireUserinfoEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireUserinfoEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireUserinfoEndpointPassthroughEnabled_IsActiveAsync_ @@ -45099,12 +45099,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.RequireVerificationEndpointPassthroughEnabled nameWithType: OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.RequireVerificationEndpointPassthroughEnabled -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireVerificationEndpointPassthroughEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireVerificationEndpointPassthroughEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlerFilters.RequireVerificationEndpointPassthroughEnabled.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlerFilters_RequireVerificationEndpointPassthroughEnabled_IsActiveAsync_ @@ -45180,12 +45180,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.Descriptor nameWithType: OpenIddictServerOwinHandlers.AttachHostChallengeError.Descriptor -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_AttachHostChallengeError_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_AttachHostChallengeError_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.AttachHostChallengeError.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_AttachHostChallengeError_HandleAsync_ @@ -45928,12 +45928,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.Descriptor nameWithType: OpenIddictServerOwinHandlers.InferEndpointType.Descriptor -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_InferEndpointType_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_InferEndpointType_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferEndpointType.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_InferEndpointType_HandleAsync_ @@ -45960,12 +45960,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.Descriptor nameWithType: OpenIddictServerOwinHandlers.InferIssuerFromHost.Descriptor -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_InferIssuerFromHost_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_InferIssuerFromHost_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.InferIssuerFromHost.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_InferIssuerFromHost_HandleAsync_ @@ -46535,12 +46535,12 @@ references: isSpec: "True" fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.Descriptor nameWithType: OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.Descriptor -- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_ValidateTransportSecurityRequirement_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_ValidateTransportSecurityRequirement_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.HandleAsync* name: HandleAsync href: api/OpenIddict.Server.Owin.OpenIddictServerOwinHandlers.ValidateTransportSecurityRequirement.html#OpenIddict_Server_Owin_OpenIddictServerOwinHandlers_ValidateTransportSecurityRequirement_HandleAsync_ @@ -47052,12 +47052,12 @@ references: commentId: T:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest nameWithType: OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest -- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlerFilters_RequireHttpRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlerFilters_RequireHttpRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlerFilters_RequireHttpRequest_IsActiveAsync_ @@ -47133,12 +47133,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.Descriptor nameWithType: OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.Descriptor -- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_AttachHostChallengeError_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_AttachHostChallengeError_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_AttachHostChallengeError_HandleAsync_ @@ -47282,12 +47282,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.Descriptor nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.Descriptor -- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromAuthorizationHeader_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromAuthorizationHeader_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromAuthorizationHeader_HandleAsync_ @@ -47314,12 +47314,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.Descriptor nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.Descriptor -- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromBodyForm_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromBodyForm_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromBodyForm_HandleAsync_ @@ -47346,12 +47346,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.Descriptor nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.Descriptor -- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromQueryString_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromQueryString_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_ExtractAccessTokenFromQueryString_HandleAsync_ @@ -47378,12 +47378,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.Descriptor nameWithType: OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.Descriptor -- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_InferIssuerFromHost_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_InferIssuerFromHost_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html#OpenIddict_Validation_AspNetCore_OpenIddictValidationAspNetCoreHandlers_InferIssuerFromHost_HandleAsync_ @@ -47508,11 +47508,11 @@ references: commentId: T:OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter fullName: OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter nameWithType: IOpenIddictValidationDataProtectionFormatter -- uid: OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.ReadToken(System.IO.BinaryReader) +- uid: OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.ReadToken(BinaryReader) name: ReadToken(BinaryReader) - href: api/OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.html#OpenIddict_Validation_DataProtection_IOpenIddictValidationDataProtectionFormatter_ReadToken_System_IO_BinaryReader_ - commentId: M:OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.ReadToken(System.IO.BinaryReader) - fullName: OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.ReadToken(System.IO.BinaryReader) + href: api/OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.html#OpenIddict_Validation_DataProtection_IOpenIddictValidationDataProtectionFormatter_ReadToken_BinaryReader_ + commentId: M:OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.ReadToken(BinaryReader) + fullName: OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.ReadToken(BinaryReader) nameWithType: IOpenIddictValidationDataProtectionFormatter.ReadToken(BinaryReader) - uid: OpenIddict.Validation.DataProtection.IOpenIddictValidationDataProtectionFormatter.ReadToken* name: ReadToken @@ -47758,11 +47758,11 @@ references: commentId: T:OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter fullName: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter nameWithType: OpenIddictValidationDataProtectionFormatter -- uid: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.ReadToken(System.IO.BinaryReader) +- uid: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.ReadToken(BinaryReader) name: ReadToken(BinaryReader) - href: api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.html#OpenIddict_Validation_DataProtection_OpenIddictValidationDataProtectionFormatter_ReadToken_System_IO_BinaryReader_ - commentId: M:OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.ReadToken(System.IO.BinaryReader) - fullName: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.ReadToken(System.IO.BinaryReader) + href: api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.html#OpenIddict_Validation_DataProtection_OpenIddictValidationDataProtectionFormatter_ReadToken_BinaryReader_ + commentId: M:OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.ReadToken(BinaryReader) + fullName: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.ReadToken(BinaryReader) nameWithType: OpenIddictValidationDataProtectionFormatter.ReadToken(BinaryReader) - uid: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionFormatter.ReadToken* name: ReadToken @@ -47825,12 +47825,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.Descriptor nameWithType: OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.Descriptor -- uid: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.html#OpenIddict_Validation_DataProtection_OpenIddictValidationDataProtectionHandlers_ValidateDataProtectionToken_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.html#OpenIddict_Validation_DataProtection_OpenIddictValidationDataProtectionHandlers_ValidateDataProtectionToken_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.DataProtection.OpenIddictValidationDataProtectionHandlers.ValidateDataProtectionToken.html#OpenIddict_Validation_DataProtection_OpenIddictValidationDataProtectionHandlers_ValidateDataProtectionToken_HandleAsync_ @@ -49117,13 +49117,13 @@ references: fullName.vb: OpenIddict.Validation.OpenIddictValidationHandler(Of TContext) nameWithType: OpenIddictValidationHandler nameWithType.vb: OpenIddictValidationHandler(Of TContext) -- uid: OpenIddict.Validation.OpenIddictValidationHandler`1.#ctor(System.Func{`0,System.Threading.Tasks.ValueTask}) +- uid: OpenIddict.Validation.OpenIddictValidationHandler`1.#ctor(System.Func{`0,ValueTask}) name: OpenIddictValidationHandler(Func) - href: api/OpenIddict.Validation.OpenIddictValidationHandler-1.html#OpenIddict_Validation_OpenIddictValidationHandler_1__ctor_System_Func__0_System_Threading_Tasks_ValueTask__ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandler`1.#ctor(System.Func{`0,System.Threading.Tasks.ValueTask}) + href: api/OpenIddict.Validation.OpenIddictValidationHandler-1.html#OpenIddict_Validation_OpenIddictValidationHandler_1__ctor_System_Func__0_ValueTask__ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandler`1.#ctor(System.Func{`0,ValueTask}) name.vb: OpenIddictValidationHandler(Func(Of TContext, ValueTask)) - fullName: OpenIddict.Validation.OpenIddictValidationHandler.OpenIddictValidationHandler(System.Func) - fullName.vb: OpenIddict.Validation.OpenIddictValidationHandler(Of TContext).OpenIddictValidationHandler(System.Func(Of TContext, System.Threading.Tasks.ValueTask)) + fullName: OpenIddict.Validation.OpenIddictValidationHandler.OpenIddictValidationHandler(System.Func) + fullName.vb: OpenIddict.Validation.OpenIddictValidationHandler(Of TContext).OpenIddictValidationHandler(System.Func(Of TContext, ValueTask)) nameWithType: OpenIddictValidationHandler.OpenIddictValidationHandler(Func) nameWithType.vb: OpenIddictValidationHandler(Of TContext).OpenIddictValidationHandler(Func(Of TContext, ValueTask)) - uid: OpenIddict.Validation.OpenIddictValidationHandler`1.#ctor* @@ -49278,13 +49278,13 @@ references: fullName.vb: OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder(Of TContext).SetType nameWithType: OpenIddictValidationHandlerDescriptor.Builder.SetType nameWithType.vb: OpenIddictValidationHandlerDescriptor.Builder(Of TContext).SetType -- uid: OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,System.Threading.Tasks.ValueTask}) +- uid: OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,ValueTask}) name: UseInlineHandler(Func) - href: api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder-1.html#OpenIddict_Validation_OpenIddictValidationHandlerDescriptor_Builder_1_UseInlineHandler_System_Func__0_System_Threading_Tasks_ValueTask__ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,System.Threading.Tasks.ValueTask}) + href: api/OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder-1.html#OpenIddict_Validation_OpenIddictValidationHandlerDescriptor_Builder_1_UseInlineHandler_System_Func__0_ValueTask__ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder`1.UseInlineHandler(System.Func{`0,ValueTask}) name.vb: UseInlineHandler(Func(Of TContext, ValueTask)) - fullName: OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder.UseInlineHandler(System.Func) - fullName.vb: OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder(Of TContext).UseInlineHandler(System.Func(Of TContext, System.Threading.Tasks.ValueTask)) + fullName: OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder.UseInlineHandler(System.Func) + fullName.vb: OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder(Of TContext).UseInlineHandler(System.Func(Of TContext, ValueTask)) nameWithType: OpenIddictValidationHandlerDescriptor.Builder.UseInlineHandler(Func) nameWithType.vb: OpenIddictValidationHandlerDescriptor.Builder(Of TContext).UseInlineHandler(Func(Of TContext, ValueTask)) - uid: OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.Builder`1.UseInlineHandler* @@ -49452,12 +49452,12 @@ references: commentId: T:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled nameWithType: OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled -- uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireAuthorizationEntryValidationEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireAuthorizationEntryValidationEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireAuthorizationEntryValidationEnabled.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireAuthorizationEntryValidationEnabled_IsActiveAsync_ @@ -49471,12 +49471,12 @@ references: commentId: T:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation nameWithType: OpenIddictValidationHandlerFilters.RequireIntrospectionValidation -- uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireIntrospectionValidation_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireIntrospectionValidation_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync(BaseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync(BaseContext) + nameWithType: OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync(BaseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireIntrospectionValidation.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireIntrospectionValidation_IsActiveAsync_ @@ -49490,12 +49490,12 @@ references: commentId: T:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation nameWithType: OpenIddictValidationHandlerFilters.RequireLocalValidation -- uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireLocalValidation_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireLocalValidation_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync(BaseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync(BaseContext) + nameWithType: OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync(BaseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireLocalValidation.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireLocalValidation_IsActiveAsync_ @@ -49509,12 +49509,12 @@ references: commentId: T:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled nameWithType: OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled -- uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireTokenEntryValidationEnabled_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireTokenEntryValidationEnabled_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync(BaseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync(BaseContext) + nameWithType: OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync(BaseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlerFilters.RequireTokenEntryValidationEnabled.html#OpenIddict_Validation_OpenIddictValidationHandlerFilters_RequireTokenEntryValidationEnabled_IsActiveAsync_ @@ -49547,12 +49547,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.Descriptor nameWithType: OpenIddictValidationHandlers.AttachDefaultChallengeError.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.html#OpenIddict_Validation_OpenIddictValidationHandlers_AttachDefaultChallengeError_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.html#OpenIddict_Validation_OpenIddictValidationHandlers_AttachDefaultChallengeError_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.AttachDefaultChallengeError.html#OpenIddict_Validation_OpenIddictValidationHandlers_AttachDefaultChallengeError_HandleAsync_ @@ -49611,12 +49611,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.Descriptor nameWithType: OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractCryptographyEndpoint_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleConfigurationResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - nameWithType: OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync(HandleConfigurationResponseContext) + name: HandleAsync(HandleConfigurationResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractCryptographyEndpoint_HandleAsync_HandleConfigurationResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync(HandleConfigurationResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync(HandleConfigurationResponseContext) + nameWithType: OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync(HandleConfigurationResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractCryptographyEndpoint.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractCryptographyEndpoint_HandleAsync_ @@ -49643,12 +49643,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.Descriptor nameWithType: OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractIntrospectionEndpoint_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleConfigurationResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - nameWithType: OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync(HandleConfigurationResponseContext) + name: HandleAsync(HandleConfigurationResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractIntrospectionEndpoint_HandleAsync_HandleConfigurationResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync(HandleConfigurationResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync(HandleConfigurationResponseContext) + nameWithType: OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync(HandleConfigurationResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractIntrospectionEndpoint.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractIntrospectionEndpoint_HandleAsync_ @@ -49675,12 +49675,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.Descriptor nameWithType: OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleCryptographyResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleCryptographyResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractSigningKeys_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleCryptographyResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleCryptographyResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleCryptographyResponseContext) - nameWithType: OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync(OpenIddictValidationEvents.HandleCryptographyResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync(HandleCryptographyResponseContext) + name: HandleAsync(HandleCryptographyResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractSigningKeys_HandleAsync_HandleCryptographyResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync(HandleCryptographyResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync(HandleCryptographyResponseContext) + nameWithType: OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync(HandleCryptographyResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ExtractSigningKeys.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ExtractSigningKeys_HandleAsync_ @@ -49707,12 +49707,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.Descriptor nameWithType: OpenIddictValidationHandlers.Discovery.ValidateIssuer.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ValidateIssuer_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleConfigurationResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleConfigurationResponseContext) - nameWithType: OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync(OpenIddictValidationEvents.HandleConfigurationResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync(HandleConfigurationResponseContext) + name: HandleAsync(HandleConfigurationResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ValidateIssuer_HandleAsync_HandleConfigurationResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync(HandleConfigurationResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync(HandleConfigurationResponseContext) + nameWithType: OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync(HandleConfigurationResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Discovery.ValidateIssuer.html#OpenIddict_Validation_OpenIddictValidationHandlers_Discovery_ValidateIssuer_HandleAsync_ @@ -49788,12 +49788,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.Descriptor nameWithType: OpenIddictValidationHandlers.Introspection.AttachCredentials.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - name: HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_AttachCredentials_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_PrepareIntrospectionRequestContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - nameWithType: OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync(PrepareIntrospectionRequestContext) + name: HandleAsync(PrepareIntrospectionRequestContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_AttachCredentials_HandleAsync_PrepareIntrospectionRequestContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync(PrepareIntrospectionRequestContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync(PrepareIntrospectionRequestContext) + nameWithType: OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync(PrepareIntrospectionRequestContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachCredentials.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_AttachCredentials_HandleAsync_ @@ -49820,12 +49820,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.Descriptor nameWithType: OpenIddictValidationHandlers.Introspection.AttachToken.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - name: HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_AttachToken_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_PrepareIntrospectionRequestContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - nameWithType: OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync(PrepareIntrospectionRequestContext) + name: HandleAsync(PrepareIntrospectionRequestContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_AttachToken_HandleAsync_PrepareIntrospectionRequestContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync(PrepareIntrospectionRequestContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync(PrepareIntrospectionRequestContext) + nameWithType: OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync(PrepareIntrospectionRequestContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.AttachToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_AttachToken_HandleAsync_ @@ -49865,12 +49865,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.Descriptor nameWithType: OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_HandleInactiveResponse_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleIntrospectionResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - nameWithType: OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync(HandleIntrospectionResponseContext) + name: HandleAsync(HandleIntrospectionResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_HandleInactiveResponse_HandleAsync_HandleIntrospectionResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync(HandleIntrospectionResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync(HandleIntrospectionResponseContext) + nameWithType: OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync(HandleIntrospectionResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.HandleInactiveResponse.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_HandleInactiveResponse_HandleAsync_ @@ -49897,12 +49897,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.Descriptor nameWithType: OpenIddictValidationHandlers.Introspection.PopulateClaims.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_PopulateClaims_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleIntrospectionResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - nameWithType: OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync(HandleIntrospectionResponseContext) + name: HandleAsync(HandleIntrospectionResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_PopulateClaims_HandleAsync_HandleIntrospectionResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync(HandleIntrospectionResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync(HandleIntrospectionResponseContext) + nameWithType: OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync(HandleIntrospectionResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.PopulateClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_PopulateClaims_HandleAsync_ @@ -49929,12 +49929,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.Descriptor nameWithType: OpenIddictValidationHandlers.Introspection.ValidateIssuer.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateIssuer_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleIntrospectionResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - nameWithType: OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync(HandleIntrospectionResponseContext) + name: HandleAsync(HandleIntrospectionResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateIssuer_HandleAsync_HandleIntrospectionResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync(HandleIntrospectionResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync(HandleIntrospectionResponseContext) + nameWithType: OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync(HandleIntrospectionResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateIssuer.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateIssuer_HandleAsync_ @@ -49961,12 +49961,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.Descriptor nameWithType: OpenIddictValidationHandlers.Introspection.ValidateTokenType.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateTokenType_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleIntrospectionResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - nameWithType: OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync(HandleIntrospectionResponseContext) + name: HandleAsync(HandleIntrospectionResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateTokenType_HandleAsync_HandleIntrospectionResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync(HandleIntrospectionResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync(HandleIntrospectionResponseContext) + nameWithType: OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync(HandleIntrospectionResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateTokenType.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateTokenType_HandleAsync_ @@ -49993,12 +49993,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.Descriptor nameWithType: OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - name: HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateWellKnownClaims_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_HandleIntrospectionResponseContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.HandleIntrospectionResponseContext) - nameWithType: OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync(OpenIddictValidationEvents.HandleIntrospectionResponseContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync(HandleIntrospectionResponseContext) + name: HandleAsync(HandleIntrospectionResponseContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateWellKnownClaims_HandleAsync_HandleIntrospectionResponseContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync(HandleIntrospectionResponseContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync(HandleIntrospectionResponseContext) + nameWithType: OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync(HandleIntrospectionResponseContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.Introspection.ValidateWellKnownClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_Introspection_ValidateWellKnownClaims_HandleAsync_ @@ -50038,12 +50038,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.Descriptor nameWithType: OpenIddictValidationHandlers.IntrospectToken.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_IntrospectToken_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.IntrospectToken.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_IntrospectToken_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.IntrospectToken.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.IntrospectToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_IntrospectToken_HandleAsync_ @@ -50070,12 +50070,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.Descriptor nameWithType: OpenIddictValidationHandlers.MapInternalClaims.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_MapInternalClaims_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.MapInternalClaims.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_MapInternalClaims_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.MapInternalClaims.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.MapInternalClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_MapInternalClaims_HandleAsync_ @@ -50102,12 +50102,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.Descriptor nameWithType: OpenIddictValidationHandlers.NormalizeScopeClaims.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_NormalizeScopeClaims_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_NormalizeScopeClaims_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.NormalizeScopeClaims.html#OpenIddict_Validation_OpenIddictValidationHandlers_NormalizeScopeClaims_HandleAsync_ @@ -50153,12 +50153,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.Descriptor nameWithType: OpenIddictValidationHandlers.RestoreReferenceTokenProperties.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.html#OpenIddict_Validation_OpenIddictValidationHandlers_RestoreReferenceTokenProperties_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.html#OpenIddict_Validation_OpenIddictValidationHandlers_RestoreReferenceTokenProperties_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.RestoreReferenceTokenProperties.html#OpenIddict_Validation_OpenIddictValidationHandlers_RestoreReferenceTokenProperties_HandleAsync_ @@ -50185,12 +50185,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.Descriptor nameWithType: OpenIddictValidationHandlers.ValidateAudience.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateAudience_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.ValidateAudience.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateAudience_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.ValidateAudience.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAudience.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateAudience_HandleAsync_ @@ -50236,12 +50236,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.Descriptor nameWithType: OpenIddictValidationHandlers.ValidateAuthorizationEntry.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateAuthorizationEntry_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateAuthorizationEntry_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateAuthorizationEntry.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateAuthorizationEntry_HandleAsync_ @@ -50268,12 +50268,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.Descriptor nameWithType: OpenIddictValidationHandlers.ValidateExpirationDate.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateExpirationDate_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateExpirationDate_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateExpirationDate.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateExpirationDate_HandleAsync_ @@ -50300,12 +50300,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.Descriptor nameWithType: OpenIddictValidationHandlers.ValidateIdentityModelToken.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateIdentityModelToken_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateIdentityModelToken_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateIdentityModelToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateIdentityModelToken_HandleAsync_ @@ -50332,12 +50332,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.Descriptor nameWithType: OpenIddictValidationHandlers.ValidatePrincipal.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidatePrincipal_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidatePrincipal_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidatePrincipal.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidatePrincipal_HandleAsync_ @@ -50383,12 +50383,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.Descriptor nameWithType: OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateReferenceTokenIdentifier_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateReferenceTokenIdentifier_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateReferenceTokenIdentifier.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateReferenceTokenIdentifier_HandleAsync_ @@ -50415,12 +50415,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.Descriptor nameWithType: OpenIddictValidationHandlers.ValidateToken.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateToken_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.ValidateToken.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateToken_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.ValidateToken.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateToken.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateToken_HandleAsync_ @@ -50466,12 +50466,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.Descriptor nameWithType: OpenIddictValidationHandlers.ValidateTokenEntry.Descriptor -- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateTokenEntry_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateTokenEntry_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.OpenIddictValidationHandlers.ValidateTokenEntry.html#OpenIddict_Validation_OpenIddictValidationHandlers_ValidateTokenEntry_HandleAsync_ @@ -51162,12 +51162,12 @@ references: commentId: T:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest nameWithType: OpenIddictValidationOwinHandlerFilters.RequireOwinRequest -- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlerFilters_RequireOwinRequest_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlerFilters_RequireOwinRequest_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(BaseContext) + fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(BaseContext) + nameWithType: OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync(BaseContext) - uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlerFilters.RequireOwinRequest.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlerFilters_RequireOwinRequest_IsActiveAsync_ @@ -51243,12 +51243,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.Descriptor nameWithType: OpenIddictValidationOwinHandlers.AttachHostChallengeError.Descriptor -- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) - href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_AttachHostChallengeError_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessChallengeContext_ - commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessChallengeContext) - nameWithType: OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync(OpenIddictValidationEvents.ProcessChallengeContext) +- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + name: HandleAsync(ProcessChallengeContext) + href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_AttachHostChallengeError_HandleAsync_ProcessChallengeContext_ + commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) + nameWithType: OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync(ProcessChallengeContext) - uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.AttachHostChallengeError.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_AttachHostChallengeError_HandleAsync_ @@ -51392,12 +51392,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.Descriptor nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.Descriptor -- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromAuthorizationHeader_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromAuthorizationHeader_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromAuthorizationHeader.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromAuthorizationHeader_HandleAsync_ @@ -51424,12 +51424,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.Descriptor nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.Descriptor -- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromBodyForm_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromBodyForm_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromBodyForm.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromBodyForm_HandleAsync_ @@ -51456,12 +51456,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.Descriptor nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.Descriptor -- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) - href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromQueryString_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_ - commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext) - nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext) +- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync(ProcessAuthenticationContext) + name: HandleAsync(ProcessAuthenticationContext) + href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromQueryString_HandleAsync_ProcessAuthenticationContext_ + commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync(ProcessAuthenticationContext) + fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync(ProcessAuthenticationContext) + nameWithType: OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync(ProcessAuthenticationContext) - uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.ExtractAccessTokenFromQueryString.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_ExtractAccessTokenFromQueryString_HandleAsync_ @@ -51488,12 +51488,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.Descriptor nameWithType: OpenIddictValidationOwinHandlers.InferIssuerFromHost.Descriptor -- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - name: HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) - href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_InferIssuerFromHost_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessRequestContext_ - commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessRequestContext) - nameWithType: OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync(OpenIddictValidationEvents.ProcessRequestContext) +- uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + name: HandleAsync(ProcessRequestContext) + href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_InferIssuerFromHost_HandleAsync_ProcessRequestContext_ + commentId: M:OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + fullName: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) + nameWithType: OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync(ProcessRequestContext) - uid: OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.Owin.OpenIddictValidationOwinHandlers.InferIssuerFromHost.html#OpenIddict_Validation_Owin_OpenIddictValidationOwinHandlers_InferIssuerFromHost_HandleAsync_ @@ -51811,12 +51811,12 @@ references: commentId: T:OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress fullName: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress nameWithType: OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress -- uid: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - name: IsActiveAsync(OpenIddictValidationEvents.BaseContext) - href: api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html#OpenIddict_Validation_SystemNetHttp_OpenIddictValidationSystemNetHttpHandlerFilters_RequireHttpMetadataAddress_IsActiveAsync_OpenIddict_Validation_OpenIddictValidationEvents_BaseContext_ - commentId: M:OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - fullName: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync(OpenIddict.Validation.OpenIddictValidationEvents.BaseContext) - nameWithType: OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync(OpenIddictValidationEvents.BaseContext) +- uid: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync(BaseContext) + name: IsActiveAsync(BaseContext) + href: api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html#OpenIddict_Validation_SystemNetHttp_OpenIddictValidationSystemNetHttpHandlerFilters_RequireHttpMetadataAddress_IsActiveAsync_BaseContext_ + commentId: M:OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync(BaseContext) + fullName: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync(BaseContext) + nameWithType: OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync(BaseContext) - uid: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.IsActiveAsync* name: IsActiveAsync href: api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html#OpenIddict_Validation_SystemNetHttp_OpenIddictValidationSystemNetHttpHandlerFilters_RequireHttpMetadataAddress_IsActiveAsync_ @@ -52102,12 +52102,12 @@ references: isSpec: "True" fullName: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.Descriptor nameWithType: OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.Descriptor -- uid: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - name: HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - href: api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html#OpenIddict_Validation_SystemNetHttp_OpenIddictValidationSystemNetHttpHandlers_Introspection_AttachBasicAuthenticationCredentials_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_PrepareIntrospectionRequestContext_ - commentId: M:OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - fullName: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.PrepareIntrospectionRequestContext) - nameWithType: OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync(OpenIddictValidationEvents.PrepareIntrospectionRequestContext) +- uid: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync(PrepareIntrospectionRequestContext) + name: HandleAsync(PrepareIntrospectionRequestContext) + href: api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html#OpenIddict_Validation_SystemNetHttp_OpenIddictValidationSystemNetHttpHandlers_Introspection_AttachBasicAuthenticationCredentials_HandleAsync_PrepareIntrospectionRequestContext_ + commentId: M:OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync(PrepareIntrospectionRequestContext) + fullName: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync(PrepareIntrospectionRequestContext) + nameWithType: OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync(PrepareIntrospectionRequestContext) - uid: OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.HandleAsync* name: HandleAsync href: api/OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html#OpenIddict_Validation_SystemNetHttp_OpenIddictValidationSystemNetHttpHandlers_Introspection_AttachBasicAuthenticationCredentials_HandleAsync_
System.Threading.Tasks.ValueTask

A System.Threading.Tasks.ValueTask that can be used to monitor the asynchronous operation.

+
ValueTask

A that can be used to monitor the asynchronous operation.