From 365b4fabb0f9d2d77408a60b2d23aa59e0946f2a Mon Sep 17 00:00:00 2001 From: OpenIddict Bot <32257313+openiddict-bot@users.noreply.github.com> Date: Wed, 10 Mar 2021 15:25:40 +0000 Subject: [PATCH] Update the documentation pages --- ...ictValidationServerIntegrationBuilder.html | 6 +- ...actions.IOpenIddictApplicationCache-1.html | 4 +- ...actions.IOpenIddictApplicationManager.html | 12 +- ...actions.IOpenIddictApplicationStore-1.html | 8 +- ...tions.IOpenIddictAuthorizationCache-1.html | 12 +- ...tions.IOpenIddictAuthorizationManager.html | 20 +- ...tions.IOpenIddictAuthorizationStore-1.html | 16 +- ....Abstractions.IOpenIddictScopeCache-1.html | 4 +- ....Abstractions.IOpenIddictScopeManager.html | 14 +- ....Abstractions.IOpenIddictScopeStore-1.html | 8 +- ....Abstractions.IOpenIddictTokenCache-1.html | 12 +- ....Abstractions.IOpenIddictTokenManager.html | 20 +- ....Abstractions.IOpenIddictTokenStore-1.html | 16 +- ...tions.OpenIddictApplicationDescriptor.html | 4 +- ...ons.OpenIddictAuthorizationDescriptor.html | 2 +- ...ict.Abstractions.OpenIddictExtensions.html | 30 +- ...Iddict.Abstractions.OpenIddictMessage.html | 260 +++++++------- ...dict.Abstractions.OpenIddictParameter.html | 4 +- ...Iddict.Abstractions.OpenIddictRequest.html | 256 +++++++------- ...ddict.Abstractions.OpenIddictResponse.html | 256 +++++++------- ...bstractions.OpenIddictScopeDescriptor.html | 6 +- ...bstractions.OpenIddictTokenDescriptor.html | 2 +- ...t.Core.OpenIddictApplicationManager-1.html | 12 +- ...t.Core.OpenIddictAuthorizationCache-1.html | 10 +- ...Core.OpenIddictAuthorizationManager-1.html | 20 +- ...nIddict.Core.OpenIddictScopeManager-1.html | 14 +- ...penIddict.Core.OpenIddictTokenCache-1.html | 10 +- ...nIddict.Core.OpenIddictTokenManager-1.html | 20 +- ...penIddictEntityFrameworkApplication-3.html | 4 +- ...nIddictEntityFrameworkAuthorization-3.html | 2 +- ...dictEntityFrameworkApplicationStore-5.html | 8 +- ...ctEntityFrameworkAuthorizationStore-5.html | 16 +- ...OpenIddictEntityFrameworkScopeStore-3.html | 8 +- ...OpenIddictEntityFrameworkTokenStore-5.html | 16 +- ...ddictEntityFrameworkCoreApplication-3.html | 4 +- ...ictEntityFrameworkCoreAuthorization-3.html | 2 +- ...EntityFrameworkCoreApplicationStore-5.html | 8 +- ...tityFrameworkCoreAuthorizationStore-5.html | 16 +- ...IddictEntityFrameworkCoreScopeStore-3.html | 8 +- ...IddictEntityFrameworkCoreTokenStore-5.html | 16 +- ...b.Models.OpenIddictMongoDbApplication.html | 10 +- ...Models.OpenIddictMongoDbAuthorization.html | 2 +- ...MongoDb.Models.OpenIddictMongoDbScope.html | 6 +- ...b.OpenIddictMongoDbApplicationStore-1.html | 8 +- ...OpenIddictMongoDbAuthorizationStore-1.html | 16 +- ...MongoDb.OpenIddictMongoDbScopeStore-1.html | 8 +- ...MongoDb.OpenIddictMongoDbTokenStore-1.html | 16 +- ...nts.HandleConfigurationRequestContext.html | 2 +- ...ents.HandleCryptographyRequestContext.html | 2 +- ...nts.HandleIntrospectionRequestContext.html | 2 +- ...Events.HandleRevocationRequestContext.html | 2 +- ...erEvents.HandleUserinfoRequestContext.html | 2 +- ...Iddict.Server.OpenIddictServerOptions.html | 26 +- ...ct.Server.OpenIddictServerTransaction.html | 2 +- ...alidation.OpenIddictValidationOptions.html | 4 +- ...ation.OpenIddictValidationTransaction.html | 2 +- guide/getting-started.html | 4 +- manifest.json | 114 +++---- xrefmap.yml | 316 +++++++++--------- 59 files changed, 855 insertions(+), 855 deletions(-) diff --git a/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.html b/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.html index 579a0de..7a74ae8 100644 --- a/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.html +++ b/api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.html @@ -165,7 +165,7 @@ -

Configure(Action<OpenIddictValidationServerIntegrationOptions>)

+

Configure(Action<OpenIddictValidationServerIntegrationOptions>)

Amends the default OpenIddict validation/server integration configuration.

@@ -184,7 +184,7 @@ - System.Action<OpenIddictValidationServerIntegrationOptions> + System.Action<OpenIddictValidationServerIntegrationOptions> configuration

The delegate used to configure the OpenIddict options.

@@ -207,7 +207,7 @@ -
Remarks
+
Remarks

This extension can be safely called multiple times.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html b/api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html index 877d4cf..879e98f 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html @@ -300,7 +300,7 @@ whose result returns the client application corresponding to the identifier.

- IAsyncEnumerable<TApplication> + System.Collections.Generic.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.

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

The client applications corresponding to the specified redirect_uri.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html b/api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html index 4fe2121..3529860 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html +++ b/api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html @@ -566,7 +566,7 @@ whose result returns the client application corresponding to the identifier.

- IAsyncEnumerable<System.Object> + System.Collections.Generic.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.

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

The client applications corresponding to the specified redirect_uri.

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

- IAsyncEnumerable<System.Object> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

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

All the elements returned when executing the specified query.

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

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

The validation error encountered when validating the application.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html b/api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html index 2775dfb..f35d6e2 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html @@ -465,7 +465,7 @@ whose result returns the client application corresponding to the identifier.

- IAsyncEnumerable<TApplication> + System.Collections.Generic.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.

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

The client applications corresponding to the specified redirect_uri.

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

All the elements returned when executing the specified query.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html index f66aade..b6851da 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html @@ -203,7 +203,7 @@ subject and associated with the application identifier.

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

The authorizations corresponding to the subject/client.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the specified application.

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

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

The authorizations corresponding to the specified subject.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html index 685f4e0..69d611e 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html +++ b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html @@ -482,7 +482,7 @@ subject and associated with the application identifier.

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

The authorizations corresponding to the subject/client.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the specified application.

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

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

The authorizations corresponding to the specified subject.

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

- IAsyncEnumerable<System.Object> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

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

All the elements returned when executing the specified query.

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

- IAsyncEnumerable<ValidationResult> + System.Collections.Generic.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 306989e..1dfd57f 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictAuthorizationStore-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictAuthorizationStore-1.html @@ -368,7 +368,7 @@ subject and associated with the application identifier.

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

The authorizations corresponding to the subject/client.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the specified application.

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

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

The authorizations corresponding to the specified subject.

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

All the elements returned when executing the specified query.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html b/api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html index 60d5d70..f64efef 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html @@ -300,7 +300,7 @@ whose result returns the scope corresponding to the specified name.

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

The scopes corresponding to the specified names.

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

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

The scopes associated with the specified resource.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictScopeManager.html b/api/OpenIddict.Abstractions.IOpenIddictScopeManager.html index 62e8ea2..b8a09ff 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictScopeManager.html +++ b/api/OpenIddict.Abstractions.IOpenIddictScopeManager.html @@ -504,7 +504,7 @@ whose result returns the scope corresponding to the specified name.

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

The scopes corresponding to the specified names.

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

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

The scopes associated with the specified resource.

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

- IAsyncEnumerable<System.Object> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

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

All the resources associated with the specified scopes.

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

- IAsyncEnumerable<ValidationResult> + System.Collections.Generic.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 2cbb847..ab90558 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictScopeStore-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictScopeStore-1.html @@ -465,7 +465,7 @@ whose result returns the scope corresponding to the specified name.

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

The scopes corresponding to the specified names.

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

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

The scopes associated with the specified resource.

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

All the elements returned when executing the specified query.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html b/api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html index 2c6cb59..7f59d03 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html @@ -203,7 +203,7 @@ subject and associated with the application identifier.

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

The tokens corresponding to the subject/client.

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

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

The tokens corresponding to the criteria.

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

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

The tokens corresponding to the criteria.

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

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

The tokens corresponding to the specified application.

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

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

The tokens corresponding to the specified authorization.

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

The tokens corresponding to the specified subject.

diff --git a/api/OpenIddict.Abstractions.IOpenIddictTokenManager.html b/api/OpenIddict.Abstractions.IOpenIddictTokenManager.html index 18c0c27..cd524b0 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictTokenManager.html +++ b/api/OpenIddict.Abstractions.IOpenIddictTokenManager.html @@ -407,7 +407,7 @@ subject and associated with the application identifier.

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

The tokens corresponding to the subject/client.

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

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

The tokens corresponding to the criteria.

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

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

The tokens corresponding to the criteria.

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

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

The tokens corresponding to the specified application.

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

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

The tokens corresponding to the specified authorization.

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

The tokens corresponding to the specified subject.

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

- IAsyncEnumerable<System.Object> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

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

All the elements returned when executing the specified query.

@@ -2364,7 +2364,7 @@ Only tokens created before the specified - IAsyncEnumerable<ValidationResult> + System.Collections.Generic.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 ca89219..9fe5f35 100644 --- a/api/OpenIddict.Abstractions.IOpenIddictTokenStore-1.html +++ b/api/OpenIddict.Abstractions.IOpenIddictTokenStore-1.html @@ -368,7 +368,7 @@ subject and associated with the application identifier.

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

The tokens corresponding to the subject/client.

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

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

The tokens corresponding to the criteria.

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

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

The tokens corresponding to the criteria.

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

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

The tokens corresponding to the specified application.

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

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

The tokens corresponding to the specified authorization.

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

The tokens corresponding to the specified subject.

@@ -1566,7 +1566,7 @@ whose result returns the instantiated token, that can be persisted in the databa - IAsyncEnumerable<TToken> + System.Collections.Generic.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 - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult>

All the elements returned when executing the specified query.

diff --git a/api/OpenIddict.Abstractions.OpenIddictApplicationDescriptor.html b/api/OpenIddict.Abstractions.OpenIddictApplicationDescriptor.html index d1d6637..ebccc33 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.

- Dictionary<CultureInfo, System.String> + System.Collections.Generic.Dictionary<CultureInfo, System.String> @@ -317,7 +317,7 @@ this property may be hashed or encrypted for security reasons.

- Dictionary<System.String, JsonElement> + System.Collections.Generic.Dictionary<System.String, JsonElement> diff --git a/api/OpenIddict.Abstractions.OpenIddictAuthorizationDescriptor.html b/api/OpenIddict.Abstractions.OpenIddictAuthorizationDescriptor.html index 0c7f53e..bc5c74f 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.

- Dictionary<System.String, JsonElement> + System.Collections.Generic.Dictionary<System.String, JsonElement> diff --git a/api/OpenIddict.Abstractions.OpenIddictExtensions.html b/api/OpenIddict.Abstractions.OpenIddictExtensions.html index fa582f2..e97585e 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, Nullable<IEnumerable<String>>)

+

SetAudiences(ClaimsPrincipal, 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, Nullable<IEnumerable<String>>)

+

SetDestinations(Claim, 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.Nullable<IEnumerable<System.String>>System.Collections.Generic.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, Nullable<IEnumerable<String>>)

+

SetPresenters(ClaimsPrincipal, 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.Nullable<IEnumerable<System.String>>System.Collections.Generic.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, Nullable<IEnumerable<String>>)

+

SetResources(ClaimsPrincipal, 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.Nullable<IEnumerable<System.String>>System.Collections.Generic.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, Nullable<IEnumerable<String>>)

+

SetScopes(ClaimsPrincipal, 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.Nullable<IEnumerable<System.String>>System.Collections.Generic.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 453059d..c5b61d5 100644 --- a/api/OpenIddict.Abstractions.OpenIddictMessage.html +++ b/api/OpenIddict.Abstractions.OpenIddictMessage.html @@ -129,134 +129,6 @@ 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.Nullable<IEnumerable<System.String>>System.Collections.Generic.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.

@@ -287,6 +159,134 @@ 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 - Dictionary<System.String, OpenIddictParameter> + System.Collections.Generic.Dictionary<System.String, OpenIddictParameter> @@ -505,7 +505,7 @@ which may result in an excessive memory consumption and a potential denial of se - IReadOnlyDictionary<System.String, OpenIddictParameter> + System.Collections.Generic.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 d156e74..a38a9a8 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 - IReadOnlyDictionary<System.String, OpenIddictParameter> + System.Collections.Generic.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.

- IReadOnlyList<OpenIddictParameter> + System.Collections.Generic.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 ea75795..9fa826d 100644 --- a/api/OpenIddict.Abstractions.OpenIddictRequest.html +++ b/api/OpenIddict.Abstractions.OpenIddictRequest.html @@ -164,134 +164,6 @@ 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.

@@ -322,6 +194,134 @@ 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 e10d336..f4f810c 100644 --- a/api/OpenIddict.Abstractions.OpenIddictResponse.html +++ b/api/OpenIddict.Abstractions.OpenIddictResponse.html @@ -164,134 +164,6 @@ 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.

@@ -322,6 +194,134 @@ 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 77fb63c..769b44b 100644 --- a/api/OpenIddict.Abstractions.OpenIddictScopeDescriptor.html +++ b/api/OpenIddict.Abstractions.OpenIddictScopeDescriptor.html @@ -159,7 +159,7 @@ - Dictionary<CultureInfo, System.String> + System.Collections.Generic.Dictionary<CultureInfo, System.String> @@ -211,7 +211,7 @@ - Dictionary<CultureInfo, System.String> + System.Collections.Generic.Dictionary<CultureInfo, System.String> @@ -263,7 +263,7 @@ - Dictionary<System.String, JsonElement> + System.Collections.Generic.Dictionary<System.String, JsonElement> diff --git a/api/OpenIddict.Abstractions.OpenIddictTokenDescriptor.html b/api/OpenIddict.Abstractions.OpenIddictTokenDescriptor.html index d2d12d0..378403e 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.

- Dictionary<System.String, JsonElement> + System.Collections.Generic.Dictionary<System.String, JsonElement> diff --git a/api/OpenIddict.Core.OpenIddictApplicationManager-1.html b/api/OpenIddict.Core.OpenIddictApplicationManager-1.html index c2c66ba..9d1e86b 100644 --- a/api/OpenIddict.Core.OpenIddictApplicationManager-1.html +++ b/api/OpenIddict.Core.OpenIddictApplicationManager-1.html @@ -737,7 +737,7 @@ whose result returns the client application corresponding to the identifier.

- IAsyncEnumerable<TApplication> + System.Collections.Generic.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.

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

The client applications corresponding to the specified redirect_uri.

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

- IAsyncEnumerable<TApplication> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

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

All the elements returned when executing the specified query.

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

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

The validation error encountered when validating the application.

diff --git a/api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html b/api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html index d40de6d..b0a6ffc 100644 --- a/api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html +++ b/api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html @@ -246,7 +246,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -303,7 +303,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -365,7 +365,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -432,7 +432,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -479,7 +479,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> diff --git a/api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html b/api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html index ca58271..d83cd15 100644 --- a/api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html +++ b/api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html @@ -653,7 +653,7 @@ subject and associated with the application identifier.

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

The authorizations corresponding to the subject/client.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the criteria.

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

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

The authorizations corresponding to the specified application.

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

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

The authorizations corresponding to the specified subject.

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

- IAsyncEnumerable<TAuthorization> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

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

All the elements returned when executing the specified query.

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

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

The validation error encountered when validating the authorization.

diff --git a/api/OpenIddict.Core.OpenIddictScopeManager-1.html b/api/OpenIddict.Core.OpenIddictScopeManager-1.html index 7858385..5502768 100644 --- a/api/OpenIddict.Core.OpenIddictScopeManager-1.html +++ b/api/OpenIddict.Core.OpenIddictScopeManager-1.html @@ -675,7 +675,7 @@ whose result returns the scope corresponding to the specified name.

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

The scopes corresponding to the specified names.

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

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

The scopes associated with the specified resource.

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

- IAsyncEnumerable<TScope> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

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

All the resources associated with the specified scopes.

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

- IAsyncEnumerable<ValidationResult> + System.Collections.Generic.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 d5438d1..754a37b 100644 --- a/api/OpenIddict.Core.OpenIddictTokenCache-1.html +++ b/api/OpenIddict.Core.OpenIddictTokenCache-1.html @@ -246,7 +246,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -303,7 +303,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -365,7 +365,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -412,7 +412,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -459,7 +459,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> diff --git a/api/OpenIddict.Core.OpenIddictTokenManager-1.html b/api/OpenIddict.Core.OpenIddictTokenManager-1.html index 0e47e0c..ce82982 100644 --- a/api/OpenIddict.Core.OpenIddictTokenManager-1.html +++ b/api/OpenIddict.Core.OpenIddictTokenManager-1.html @@ -578,7 +578,7 @@ subject and associated with the application identifier.

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

The tokens corresponding to the subject/client.

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

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

The tokens corresponding to the criteria.

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

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

Tokens corresponding to the criteria.

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

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

The tokens corresponding to the specified application.

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

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

The tokens corresponding to the specified authorization.

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

The tokens corresponding to the specified subject.

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

- IAsyncEnumerable<TToken> + System.Collections.Generic.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.

- IAsyncEnumerable<TResult> + System.Collections.Generic.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.

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

All the elements returned when executing the specified query.

@@ -2587,7 +2587,7 @@ Only tokens created before the specified - IAsyncEnumerable<ValidationResult> + System.Collections.Generic.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 dda0b00..61a4156 100644 --- a/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkApplication-3.html +++ b/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkApplication-3.html @@ -158,7 +158,7 @@ - ICollection<TAuthorization> + System.Collections.Generic.ICollection<TAuthorization> @@ -505,7 +505,7 @@ current application, serialized as a JSON array.

- ICollection<TToken> + System.Collections.Generic.ICollection<TToken> diff --git a/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkAuthorization-3.html b/api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkAuthorization-3.html index 7b9d581..26cbb91 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.

- ICollection<TToken> + System.Collections.Generic.ICollection<TToken> diff --git a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html index 21c1396..0e010e2 100644 --- a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html +++ b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html @@ -668,7 +668,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -715,7 +715,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -1444,7 +1444,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -1496,7 +1496,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html index aacc135..9db49e8 100644 --- a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html +++ b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html @@ -579,7 +579,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -636,7 +636,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -698,7 +698,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -765,7 +765,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -812,7 +812,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -906,7 +906,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -1447,7 +1447,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -1499,7 +1499,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html index e7c59ea..38ffd95 100644 --- a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html +++ b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html @@ -658,7 +658,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -705,7 +705,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -1246,7 +1246,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -1298,7 +1298,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html index c44ed53..ecd485b 100644 --- a/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html +++ b/api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html @@ -579,7 +579,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -636,7 +636,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -698,7 +698,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -745,7 +745,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -792,7 +792,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -933,7 +933,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -1662,7 +1662,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -1714,7 +1714,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html b/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html index f76f66b..125a05e 100644 --- a/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html +++ b/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html @@ -159,7 +159,7 @@ - ICollection<TAuthorization> + System.Collections.Generic.ICollection<TAuthorization> @@ -506,7 +506,7 @@ current application, serialized as a JSON array.

- ICollection<TToken> + System.Collections.Generic.ICollection<TToken> diff --git a/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreAuthorization-3.html b/api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreAuthorization-3.html index 4ff7a25..0fffacc 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.

- ICollection<TToken> + System.Collections.Generic.ICollection<TToken> diff --git a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html index f95609b..cff38ba 100644 --- a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html +++ b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html @@ -669,7 +669,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -716,7 +716,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -1445,7 +1445,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -1497,7 +1497,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html index 97ae981..e13f77b 100644 --- a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html +++ b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html @@ -580,7 +580,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -637,7 +637,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -699,7 +699,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -766,7 +766,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -813,7 +813,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -907,7 +907,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -1448,7 +1448,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -1500,7 +1500,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html index 2450ded..aababd3 100644 --- a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html +++ b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html @@ -659,7 +659,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -706,7 +706,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -1247,7 +1247,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -1299,7 +1299,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html index 1d2d5f5..46d5ef9 100644 --- a/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html +++ b/api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html @@ -580,7 +580,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -637,7 +637,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -699,7 +699,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -746,7 +746,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -793,7 +793,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -934,7 +934,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -1663,7 +1663,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -1715,7 +1715,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbApplication.html b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbApplication.html index 957fc49..3d7edff 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.

- IReadOnlyDictionary<CultureInfo, System.String> + System.Collections.Generic.IReadOnlyDictionary<CultureInfo, System.String> @@ -317,7 +317,7 @@ this property may be hashed or encrypted for security reasons.

- IReadOnlyList<System.String> + System.Collections.Generic.IReadOnlyList<System.String> @@ -343,7 +343,7 @@ this property may be hashed or encrypted for security reasons.

- IReadOnlyList<System.String> + System.Collections.Generic.IReadOnlyList<System.String> @@ -395,7 +395,7 @@ this property may be hashed or encrypted for security reasons.

- IReadOnlyList<System.String> + System.Collections.Generic.IReadOnlyList<System.String> @@ -421,7 +421,7 @@ this property may be hashed or encrypted for security reasons.

- IReadOnlyList<System.String> + System.Collections.Generic.IReadOnlyList<System.String> diff --git a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html index 7deec0a..77d7896 100644 --- a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html +++ b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html @@ -263,7 +263,7 @@ - IReadOnlyList<System.String> + System.Collections.Generic.IReadOnlyList<System.String> diff --git a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html index 13788d6..cbde19c 100644 --- a/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html +++ b/api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html @@ -185,7 +185,7 @@ - IReadOnlyDictionary<CultureInfo, System.String> + System.Collections.Generic.IReadOnlyDictionary<CultureInfo, System.String> @@ -237,7 +237,7 @@ - IReadOnlyDictionary<CultureInfo, System.String> + System.Collections.Generic.IReadOnlyDictionary<CultureInfo, System.String> @@ -341,7 +341,7 @@ - IReadOnlyList<System.String> + System.Collections.Generic.IReadOnlyList<System.String> diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html index 902f135..5c9cd38 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html @@ -526,7 +526,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -573,7 +573,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -1302,7 +1302,7 @@ - IAsyncEnumerable<TApplication> + System.Collections.Generic.IAsyncEnumerable<TApplication> @@ -1354,7 +1354,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html index f2a818d..8925ab9 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html @@ -437,7 +437,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -494,7 +494,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -556,7 +556,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -623,7 +623,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -670,7 +670,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -764,7 +764,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -1305,7 +1305,7 @@ - IAsyncEnumerable<TAuthorization> + System.Collections.Generic.IAsyncEnumerable<TAuthorization> @@ -1357,7 +1357,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html index 8964216..f5746e8 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html @@ -526,7 +526,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -573,7 +573,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -1114,7 +1114,7 @@ - IAsyncEnumerable<TScope> + System.Collections.Generic.IAsyncEnumerable<TScope> @@ -1166,7 +1166,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html b/api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html index 11b545a..cddfe28 100644 --- a/api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html +++ b/api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html @@ -437,7 +437,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -494,7 +494,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -556,7 +556,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -603,7 +603,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -650,7 +650,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -791,7 +791,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -1520,7 +1520,7 @@ - IAsyncEnumerable<TToken> + System.Collections.Generic.IAsyncEnumerable<TToken> @@ -1572,7 +1572,7 @@ - IAsyncEnumerable<TResult> + System.Collections.Generic.IAsyncEnumerable<TResult> diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleConfigurationRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleConfigurationRequestContext.html index 7b3e467..b66c07b 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.

- IDictionary<System.String, OpenIddictParameter> + System.Collections.Generic.IDictionary<System.String, OpenIddictParameter> diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleCryptographyRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleCryptographyRequestContext.html index 76c6e9c..a035fa3 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.

- List<JsonWebKey> + System.Collections.Generic.List<JsonWebKey> diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleIntrospectionRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleIntrospectionRequestContext.html index 986be1c..1ac7315 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.

- IDictionary<System.String, OpenIddictParameter> + System.Collections.Generic.IDictionary<System.String, OpenIddictParameter> diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleRevocationRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleRevocationRequestContext.html index 56e0f84..2e2c293 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.

- IDictionary<System.String, System.Object> + System.Collections.Generic.IDictionary<System.String, System.Object> diff --git a/api/OpenIddict.Server.OpenIddictServerEvents.HandleUserinfoRequestContext.html b/api/OpenIddict.Server.OpenIddictServerEvents.HandleUserinfoRequestContext.html index eb2997b..eff15e7 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.

- IDictionary<System.String, OpenIddictParameter> + System.Collections.Generic.IDictionary<System.String, OpenIddictParameter> diff --git a/api/OpenIddict.Server.OpenIddictServerOptions.html b/api/OpenIddict.Server.OpenIddictServerOptions.html index 15b6c95..b2fdf6f 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 - List<Uri> + System.Collections.Generic.List<Uri> @@ -295,7 +295,7 @@ By default, only the S256 method is allowed (if the code flow is enabled).

- List<Uri> + System.Collections.Generic.List<Uri> @@ -321,7 +321,7 @@ By default, only the S256 method is allowed (if the code flow is enabled).

- List<Uri> + System.Collections.Generic.List<Uri> @@ -376,7 +376,7 @@ Note: the same value should be chosen for both List<Uri> + System.Collections.Generic.List<Uri> @@ -605,7 +605,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate - List<EncryptingCredentials> + System.Collections.Generic.List<EncryptingCredentials> @@ -663,7 +663,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa - List<OpenIddictServerHandlerDescriptor> + System.Collections.Generic.List<OpenIddictServerHandlerDescriptor> @@ -825,7 +825,7 @@ Setting this property to true is NOT recommended.

- List<Uri> + System.Collections.Generic.List<Uri> @@ -904,7 +904,7 @@ The URI must be absolute and may contain a path, but no query string or fragment - List<Uri> + System.Collections.Generic.List<Uri> @@ -1066,7 +1066,7 @@ lack the code_challenge will be automatically rejected by OpenIddict.

- List<Uri> + System.Collections.Generic.List<Uri> @@ -1122,7 +1122,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate - List<SigningCredentials> + System.Collections.Generic.List<SigningCredentials> @@ -1152,7 +1152,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate - List<Uri> + System.Collections.Generic.List<Uri> @@ -1297,7 +1297,7 @@ that provides additional protection against token leakage.

- List<Uri> + System.Collections.Generic.List<Uri> @@ -1323,7 +1323,7 @@ that provides additional protection against token leakage.

- List<Uri> + System.Collections.Generic.List<Uri> diff --git a/api/OpenIddict.Server.OpenIddictServerTransaction.html b/api/OpenIddict.Server.OpenIddictServerTransaction.html index 3d1476c..10f7d00 100644 --- a/api/OpenIddict.Server.OpenIddictServerTransaction.html +++ b/api/OpenIddict.Server.OpenIddictServerTransaction.html @@ -237,7 +237,7 @@ - IDictionary<System.String, System.Object> + System.Collections.Generic.IDictionary<System.String, System.Object> diff --git a/api/OpenIddict.Validation.OpenIddictValidationOptions.html b/api/OpenIddict.Validation.OpenIddictValidationOptions.html index 6c474e4..f80bab0 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 - List<EncryptingCredentials> + System.Collections.Generic.List<EncryptingCredentials> @@ -358,7 +358,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa - List<OpenIddictValidationHandlerDescriptor> + System.Collections.Generic.List<OpenIddictValidationHandlerDescriptor> diff --git a/api/OpenIddict.Validation.OpenIddictValidationTransaction.html b/api/OpenIddict.Validation.OpenIddictValidationTransaction.html index d79630f..fba08aa 100644 --- a/api/OpenIddict.Validation.OpenIddictValidationTransaction.html +++ b/api/OpenIddict.Validation.OpenIddictValidationTransaction.html @@ -237,7 +237,7 @@ - IDictionary<System.String, System.Object> + System.Collections.Generic.IDictionary<System.String, System.Object> diff --git a/guide/getting-started.html b/guide/getting-started.html index e0f8c0e..06a927b 100644 --- a/guide/getting-started.html +++ b/guide/getting-started.html @@ -77,8 +77,8 @@ using individual user accounts authentication is strongly recommended as it automatically includes the default ASP.NET Core Identity UI, based on Razor Pages.

  • Update your .csproj file to reference the latest OpenIddict packages:

    -
    <PackageReference Include="OpenIddict.AspNetCore" Version="3.0.1" />
    -<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.1" />
    +
    <PackageReference Include="OpenIddict.AspNetCore" Version="3.0.2" />
    +<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.2" />
     
  • Configure the OpenIddict core, server and validation services in Startup.ConfigureServices. Here's an example for the client credentials grant, used in machine-to-machine scenarios:

    diff --git a/manifest.json b/manifest.json index 704c956..402338f 100644 --- a/manifest.json +++ b/manifest.json @@ -405,7 +405,7 @@ "output": { ".html": { "relative_path": "api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.html", - "hash": "6rFalYcqmJMDdsi+Va3wdQ==" + "hash": "pnR1oLIKwXaaWNUBDetFMg==" } }, "is_incremental": false, @@ -465,7 +465,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictApplicationCache-1.html", - "hash": "9/HjExw9RMjJINL8EA6l7A==" + "hash": "ALBMEo9ASTUn1f2Li24oxA==" } }, "is_incremental": false, @@ -477,7 +477,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictApplicationManager.html", - "hash": "OUnx0PkGMMmGxMZuBtZE8A==" + "hash": "eczVkWz2NRRF9kZNITIPDg==" } }, "is_incremental": false, @@ -489,7 +489,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictApplicationStore-1.html", - "hash": "piO+Ri4UyWefQSNGJJQlEg==" + "hash": "5VQc7DdtSzrPQfPqIU6rRA==" } }, "is_incremental": false, @@ -513,7 +513,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictAuthorizationCache-1.html", - "hash": "XXhF6IluFjkdmceE/zbP8A==" + "hash": "4+LXB84p4RVHuv4roWzf6Q==" } }, "is_incremental": false, @@ -525,7 +525,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictAuthorizationManager.html", - "hash": "5DB9lWxue3PwDJx9E8T4Bg==" + "hash": "R7uGDymQ4pnWdPMKZnk+pw==" } }, "is_incremental": false, @@ -537,7 +537,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictAuthorizationStore-1.html", - "hash": "CNGJK+IfzX3MifQy4ZMypw==" + "hash": "u80Ax3H8TQPIprS9i6EE5Q==" } }, "is_incremental": false, @@ -561,7 +561,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictScopeCache-1.html", - "hash": "3rl2+lmITCrDIhnNcXjahQ==" + "hash": "rU4/00c19yGlt3FIefWCxA==" } }, "is_incremental": false, @@ -573,7 +573,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictScopeManager.html", - "hash": "17OHMCES4uwz7cPa4GPPHA==" + "hash": "uzJleJ1kvjYIRdA2pA4V1Q==" } }, "is_incremental": false, @@ -585,7 +585,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictScopeStore-1.html", - "hash": "JYmGr29DQS8dp9W5WUdEkg==" + "hash": "G0OuuAeIYz+TuSGBZ3ksfQ==" } }, "is_incremental": false, @@ -609,7 +609,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictTokenCache-1.html", - "hash": "nr8ZDgcxO6tJ0yEz85vwgQ==" + "hash": "llFAvN736j4bPx01OqwTPA==" } }, "is_incremental": false, @@ -621,7 +621,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictTokenManager.html", - "hash": "cI8gphu3PkyOjFa2f2yq7g==" + "hash": "KineEl036xKyyeOdF8vKyA==" } }, "is_incremental": false, @@ -633,7 +633,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.IOpenIddictTokenStore-1.html", - "hash": "9wCQ06tx8FNnjc7hEIQzdQ==" + "hash": "48QDKtPZgqnFosbqgO3t+A==" } }, "is_incremental": false, @@ -657,7 +657,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictApplicationDescriptor.html", - "hash": "3ZACLXShNS/2pW6fmTh4Eg==" + "hash": "LXYWsLxqp0cHKoJeqV0E7Q==" } }, "is_incremental": false, @@ -669,7 +669,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictAuthorizationDescriptor.html", - "hash": "U9B5/Ih7+OeguxiZBvTTgw==" + "hash": "TG/w1nV7pbt0IX8RF1p5bA==" } }, "is_incremental": false, @@ -1209,7 +1209,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictExtensions.html", - "hash": "O653frhMuYcJaQx9p2RACA==" + "hash": "zkA8SwVOkzsvUtQop6nHlQ==" } }, "is_incremental": false, @@ -1221,7 +1221,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictMessage.html", - "hash": "AjM81a6/JgEYhr+qnJhH3Q==" + "hash": "ova9FuNWn98JPjAHqDFxuQ==" } }, "is_incremental": false, @@ -1233,7 +1233,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictParameter.html", - "hash": "AuOmygjagMMGBum0COfcBg==" + "hash": "jxOEiQb7k5z6Lh0nFvDEag==" } }, "is_incremental": false, @@ -1245,7 +1245,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictRequest.html", - "hash": "oxDtmx5mxLo9UjAxW39/Zg==" + "hash": "uH5b8RqthvIRZu/ZbasiDg==" } }, "is_incremental": false, @@ -1257,7 +1257,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictResponse.html", - "hash": "W81NWnm79T/Y91GNgyqoaA==" + "hash": "Jpduh5aOdj8O27GP4jhekQ==" } }, "is_incremental": false, @@ -1269,7 +1269,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictScopeDescriptor.html", - "hash": "H8gre/fTsxLm7CZcA6946Q==" + "hash": "I7TbTIQLJDG84ZBy7u0xSQ==" } }, "is_incremental": false, @@ -1281,7 +1281,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Abstractions.OpenIddictTokenDescriptor.html", - "hash": "lKc0x8NXlRcXUS6YAP64Kw==" + "hash": "BP0nfcDhqd2YsKhp4Eo37Q==" } }, "is_incremental": false, @@ -1317,7 +1317,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictApplicationManager-1.html", - "hash": "VQQhs/DuQ46ARbwZ5f14EA==" + "hash": "7n1VmAaefIrI3GzdMMAO5Q==" } }, "is_incremental": false, @@ -1341,7 +1341,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictAuthorizationCache-1.html", - "hash": "Ik8jEovfz2dq3BLn7Q2O8g==" + "hash": "Z0hVcBhzUm7ujlfgSlmlBw==" } }, "is_incremental": false, @@ -1353,7 +1353,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictAuthorizationManager-1.html", - "hash": "N2e+ZesUsji+fc+lGsSwQw==" + "hash": "jfydi8omGFa7qC996sXJ+g==" } }, "is_incremental": false, @@ -1401,7 +1401,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictScopeManager-1.html", - "hash": "2HtlPnmoqX0mDvV/OJzuuQ==" + "hash": "tBv5oSI1VA2r8iMJUDiUTQ==" } }, "is_incremental": false, @@ -1425,7 +1425,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictTokenCache-1.html", - "hash": "j7Jq5yo5UqP99BdzykVDDw==" + "hash": "si7jgGqll/RMrDxCFhrMyQ==" } }, "is_incremental": false, @@ -1437,7 +1437,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Core.OpenIddictTokenManager-1.html", - "hash": "bzRMDopqIWnnm2+88YWPHg==" + "hash": "0RI/fmrBB0lNsgADPqrTHw==" } }, "is_incremental": false, @@ -1473,7 +1473,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkApplication-3.html", - "hash": "q1OYe6f8r596NTeIU2u3ig==" + "hash": "Hwd6Vvea1rpheyDntzBCow==" } }, "is_incremental": false, @@ -1497,7 +1497,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.Models.OpenIddictEntityFrameworkAuthorization-3.html", - "hash": "3tv2SFigzHUkTH/+z71MUw==" + "hash": "GacX/cdWfmUVCO0T17cuZQ==" } }, "is_incremental": false, @@ -1605,7 +1605,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkApplicationStore-5.html", - "hash": "pdx5G/2mibadFi5y9HwdJg==" + "hash": "OgI9TPo3q0FWlr8luRDQvQ==" } }, "is_incremental": false, @@ -1665,7 +1665,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkAuthorizationStore-5.html", - "hash": "Dw+CAn0S9Iv+LkmbifXT2w==" + "hash": "JJa82LmPa0yVBznkIdTZVw==" } }, "is_incremental": false, @@ -1737,7 +1737,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkScopeStore-3.html", - "hash": "hNmtlnpLmHBYxijvCM0anA==" + "hash": "ktWR7N6mDJuLuZUpeLEwqg==" } }, "is_incremental": false, @@ -1797,7 +1797,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFramework.OpenIddictEntityFrameworkTokenStore-5.html", - "hash": "XRP9UhtmJvc5M5B+CCmokw==" + "hash": "YQs7V8CJ3oG7A7mTFNQjwQ==" } }, "is_incremental": false, @@ -1857,7 +1857,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreApplication-3.html", - "hash": "EqsJsg1wXtuRa3OGy3riAA==" + "hash": "5noEcDUFSa6p860EQA6YkQ==" } }, "is_incremental": false, @@ -1893,7 +1893,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.Models.OpenIddictEntityFrameworkCoreAuthorization-3.html", - "hash": "DvAIo7vYbbIj8i0IfiVk9Q==" + "hash": "n80vugE85/rMnv9rcRGtyg==" } }, "is_incremental": false, @@ -2025,7 +2025,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreApplicationStore-5.html", - "hash": "BSbzvI1FwwaTc0UsubReuA==" + "hash": "sIyGtvddosKM4U2AmNGsQA==" } }, "is_incremental": false, @@ -2097,7 +2097,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore-5.html", - "hash": "GUXSYqTh6llNf7N0lwP0Fw==" + "hash": "dpNxHm0Ci2rJgRLhDFUsIA==" } }, "is_incremental": false, @@ -2193,7 +2193,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-3.html", - "hash": "4iBgB0wCmUx18f6WxQtddw==" + "hash": "mZYbDO8jwEHp1AqnDSBY1g==" } }, "is_incremental": false, @@ -2265,7 +2265,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore-5.html", - "hash": "PgNrn7xuZtLVAb9d/NQd/Q==" + "hash": "aJzTaEBoQ4Sj+9c+QV/SqA==" } }, "is_incremental": false, @@ -2325,7 +2325,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.Models.OpenIddictMongoDbApplication.html", - "hash": "y+8aEGsad+NHd3YEiXRIvA==" + "hash": "8yqAmi2WWoxAML6mOvL6uA==" } }, "is_incremental": false, @@ -2337,7 +2337,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.Models.OpenIddictMongoDbAuthorization.html", - "hash": "p03sOTw6NGYIpl+f9P1mgw==" + "hash": "VGbXCRY8/5XuQ6F494s5vg==" } }, "is_incremental": false, @@ -2349,7 +2349,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.Models.OpenIddictMongoDbScope.html", - "hash": "VG6vEGzSfWfFRBrGcLi2DA==" + "hash": "tdY56M9W9DveA7ei8JcuKA==" } }, "is_incremental": false, @@ -2385,7 +2385,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbApplicationStore-1.html", - "hash": "n9DadAqJguy93ewPhpHP0Q==" + "hash": "dimrw3O7RPdkjgDSt0WqOg==" } }, "is_incremental": false, @@ -2409,7 +2409,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbAuthorizationStore-1.html", - "hash": "ayBXfq/J9LM5YUkIJwIEuQ==" + "hash": "c9Q6CQ+2V8BwIyd7/01fdg==" } }, "is_incremental": false, @@ -2457,7 +2457,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbScopeStore-1.html", - "hash": "0oetExj11Yepfh4rBreztg==" + "hash": "8KzVXs38hoiF+MCsLLmflw==" } }, "is_incremental": false, @@ -2481,7 +2481,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.MongoDb.OpenIddictMongoDbTokenStore-1.html", - "hash": "h7BZfovkTEiCUzFeaJmX+g==" + "hash": "sYtHh7LKi3zThR1BSnLl6w==" } }, "is_incremental": false, @@ -4113,7 +4113,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleConfigurationRequestContext.html", - "hash": "1OfvgTm0nYoUXvCSGO2ysg==" + "hash": "1MVhs0wF/mClINIWSGBkRw==" } }, "is_incremental": false, @@ -4125,7 +4125,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleCryptographyRequestContext.html", - "hash": "Mr9tQPc1Uh/uvZl3yRf8IA==" + "hash": "QDSrYERL2s7JfUMv8SXZtw==" } }, "is_incremental": false, @@ -4149,7 +4149,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleIntrospectionRequestContext.html", - "hash": "MurEge0X8R2q5WDPBhc2nw==" + "hash": "w5bT+Xqh8IDMv6An+GADUA==" } }, "is_incremental": false, @@ -4173,7 +4173,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleRevocationRequestContext.html", - "hash": "UlTxJUJGmplwqcCsJKFYUA==" + "hash": "BKhd74O1N/wBAW0aXL/Vkg==" } }, "is_incremental": false, @@ -4197,7 +4197,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerEvents.HandleUserinfoRequestContext.html", - "hash": "sK0YdWKgF6NN4mE+WDBFOQ==" + "hash": "ri4+5GF0d820kNmZLBUMUQ==" } }, "is_incremental": false, @@ -7089,7 +7089,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerOptions.html", - "hash": "rT0yhUX7KsxkQ6C++lAXCQ==" + "hash": "zhIlQKxDAsQsYf/Dj+b07A==" } }, "is_incremental": false, @@ -7101,7 +7101,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Server.OpenIddictServerTransaction.html", - "hash": "B4gUw40PRpFLZq14coVdDQ==" + "hash": "vQkkdjqEvWSJD13ov7XUgg==" } }, "is_incremental": false, @@ -9153,7 +9153,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationOptions.html", - "hash": "KnAIs5jgswMnBVGBuUYs0w==" + "hash": "zCNSLAI9NNV2+qSIzTqQRg==" } }, "is_incremental": false, @@ -9189,7 +9189,7 @@ "output": { ".html": { "relative_path": "api/OpenIddict.Validation.OpenIddictValidationTransaction.html", - "hash": "EN+3DOLw+tzU8N0tZ8+UAA==" + "hash": "JiLBxqYKjDPB9CzbzYcgUg==" } }, "is_incremental": false, @@ -9933,7 +9933,7 @@ "output": { ".html": { "relative_path": "guide/getting-started.html", - "hash": "+USZkq5oZNh6wgTdZ0V+gw==" + "hash": "pC9mpMdUDVZ+ZvZXg6Fp2Q==" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index 3b1c129..2ddd6f4 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -3256,13 +3256,13 @@ references: isSpec: "True" fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.OpenIddictValidationServerIntegrationBuilder nameWithType: OpenIddictValidationServerIntegrationBuilder.OpenIddictValidationServerIntegrationBuilder -- uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure(System.Action{OpenIddict.Validation.ServerIntegration.OpenIddictValidationServerIntegrationOptions}) +- uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure(System.Action{OpenIddictValidationServerIntegrationOptions}) name: Configure(Action) - href: api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.html#Microsoft_Extensions_DependencyInjection_OpenIddictValidationServerIntegrationBuilder_Configure_System_Action_OpenIddict_Validation_ServerIntegration_OpenIddictValidationServerIntegrationOptions__ - commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure(System.Action{OpenIddict.Validation.ServerIntegration.OpenIddictValidationServerIntegrationOptions}) + href: api/Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.html#Microsoft_Extensions_DependencyInjection_OpenIddictValidationServerIntegrationBuilder_Configure_System_Action_OpenIddictValidationServerIntegrationOptions__ + commentId: M:Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure(System.Action{OpenIddictValidationServerIntegrationOptions}) name.vb: Configure(Action(Of OpenIddictValidationServerIntegrationOptions)) - fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure(System.Action) - fullName.vb: Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure(System.Action(Of OpenIddict.Validation.ServerIntegration.OpenIddictValidationServerIntegrationOptions)) + fullName: Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure(System.Action) + fullName.vb: Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure(System.Action(Of OpenIddictValidationServerIntegrationOptions)) nameWithType: OpenIddictValidationServerIntegrationBuilder.Configure(Action) nameWithType.vb: OpenIddictValidationServerIntegrationBuilder.Configure(Action(Of OpenIddictValidationServerIntegrationOptions)) - uid: Microsoft.Extensions.DependencyInjection.OpenIddictValidationServerIntegrationBuilder.Configure* @@ -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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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_