openiddict-documentation/api/OpenIddict.Core.OpenIddictScopeManager-1.html
2021-01-24 08:39:56 +00:00

2089 lines
83 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class OpenIddictScopeManager&lt;TScope&gt;
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class OpenIddictScopeManager&lt;TScope&gt;
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head> <body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/logo.png" alt="">
</a> </div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="OpenIddict.Core.OpenIddictScopeManager`1">
<h1 id="OpenIddict_Core_OpenIddictScopeManager_1" data-uid="OpenIddict.Core.OpenIddictScopeManager`1" class="text-break">Class OpenIddictScopeManager&lt;TScope&gt;
</h1>
<div class="markdown level0 summary"><p>Provides methods allowing to manage the scopes stored in the store.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">OpenIddictScopeManager&lt;TScope&gt;</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="OpenIddict.Core.html">OpenIddict.Core</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
<h5 id="OpenIddict_Core_OpenIddictScopeManager_1_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class OpenIddictScopeManager&lt;TScope&gt; : IOpenIddictScopeManager where TScope : class</code></pre>
</div>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">TScope</span></td>
<td><p>The type of the Scope entity.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Core_OpenIddictScopeManager_1_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Applications that do not want to depend on a specific entity type can use the non-generic
<see cref="!:IOpenIddictScopeManager"></see> instead, for which the actual entity type
is resolved at runtime based on the default entity type registered in the core options.</p>
</div>
<h3 id="constructors">Constructors
</h3>
<a id="OpenIddict_Core_OpenIddictScopeManager_1__ctor_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.#ctor*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1__ctor_IOpenIddictScopeCache__0__ILogger_OpenIddict_Core_OpenIddictScopeManager__0___IOptionsMonitor_OpenIddict_Core_OpenIddictCoreOptions__IOpenIddictScopeStoreResolver_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.#ctor(IOpenIddictScopeCache{`0},ILogger{OpenIddict.Core.OpenIddictScopeManager{`0}},IOptionsMonitor{OpenIddict.Core.OpenIddictCoreOptions},IOpenIddictScopeStoreResolver)">OpenIddictScopeManager(IOpenIddictScopeCache&lt;TScope&gt;, ILogger&lt;OpenIddictScopeManager&lt;TScope&gt;&gt;, IOptionsMonitor&lt;OpenIddictCoreOptions&gt;, IOpenIddictScopeStoreResolver)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictScopeManager(IOpenIddictScopeCache&lt;TScope&gt; cache, ILogger&lt;OpenIddictScopeManager&lt;TScope&gt;&gt; logger, IOptionsMonitor&lt;OpenIddictCoreOptions&gt; options, IOpenIddictScopeStoreResolver resolver)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IOpenIddictScopeCache</span>&lt;TScope&gt;</td>
<td><span class="parametername">cache</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">ILogger</span>&lt;<a class="xref" href="OpenIddict.Core.OpenIddictScopeManager-1.html">OpenIddictScopeManager</a>&lt;TScope&gt;&gt;</td>
<td><span class="parametername">logger</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">IOptionsMonitor</span>&lt;<a class="xref" href="OpenIddict.Core.OpenIddictCoreOptions.html">OpenIddictCoreOptions</a>&gt;</td>
<td><span class="parametername">options</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">IOpenIddictScopeStoreResolver</span></td>
<td><span class="parametername">resolver</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_Cache_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.Cache*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_Cache" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.Cache">Cache</h4>
<div class="markdown level1 summary"><p>Gets the cache associated with the current manager.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected IOpenIddictScopeCache&lt;TScope&gt; Cache { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IOpenIddictScopeCache</span>&lt;TScope&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_Logger_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.Logger*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_Logger" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.Logger">Logger</h4>
<div class="markdown level1 summary"><p>Gets the logger associated with the current manager.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected ILogger Logger { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ILogger</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_Options_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.Options*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_Options" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.Options">Options</h4>
<div class="markdown level1 summary"><p>Gets the options associated with the current manager.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected IOptionsMonitor&lt;OpenIddictCoreOptions&gt; Options { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IOptionsMonitor</span>&lt;<a class="xref" href="OpenIddict.Core.OpenIddictCoreOptions.html">OpenIddictCoreOptions</a>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_Store_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.Store*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_Store" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.Store">Store</h4>
<div class="markdown level1 summary"><p>Gets the store associated with the current manager.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected IOpenIddictScopeStore&lt;TScope&gt; Store { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IOpenIddictScopeStore</span>&lt;TScope&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_CountAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CountAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_CountAsync_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CountAsync(CancellationToken)">CountAsync(CancellationToken)</h4>
<div class="markdown level1 summary"><p>Determines the number of scopes that exist in the database.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;long&gt; CountAsync(CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the number of scopes in the database.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_CountAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CountAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_CountAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CountAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Determines the number of scopes that match the specified query.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;long&gt; CountAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt; query, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the number of scopes that match the specified query.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">TResult</span></td>
<td><p>The result type.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_CreateAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CreateAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_CreateAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CreateAsync(`0,CancellationToken)">CreateAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Creates a new scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask CreateAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope to create.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_CreateAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CreateAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_CreateAsync_OpenIddictScopeDescriptor_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CreateAsync(OpenIddictScopeDescriptor,CancellationToken)">CreateAsync(OpenIddictScopeDescriptor, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Creates a new scope based on the specified descriptor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;TScope&gt; CreateAsync(OpenIddictScopeDescriptor descriptor, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">OpenIddictScopeDescriptor</span></td>
<td><span class="parametername">descriptor</span></td>
<td><p>The scope descriptor.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation, whose result returns the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_DeleteAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.DeleteAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_DeleteAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.DeleteAsync(`0,CancellationToken)">DeleteAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Removes an existing scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask DeleteAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope to delete.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_FindByIdAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.FindByIdAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_FindByIdAsync_System_String_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.FindByIdAsync(System.String,CancellationToken)">FindByIdAsync(String, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves a scope using its unique identifier.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;TScope&gt; FindByIdAsync(string identifier, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">identifier</span></td>
<td><p>The unique identifier associated with the scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the scope corresponding to the identifier.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_FindByNameAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.FindByNameAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_FindByNameAsync_System_String_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.FindByNameAsync(System.String,CancellationToken)">FindByNameAsync(String, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves a scope using its name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;TScope&gt; FindByNameAsync(string name, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">name</span></td>
<td><p>The name associated with the scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the scope corresponding to the specified name.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_FindByNamesAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.FindByNamesAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_FindByNamesAsync_ImmutableArray_System_String__CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.FindByNamesAsync(ImmutableArray{System.String},CancellationToken)">FindByNamesAsync(ImmutableArray&lt;String&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves a list of scopes using their name.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IAsyncEnumerable&lt;TScope&gt; FindByNamesAsync(ImmutableArray&lt;string&gt; names, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ImmutableArray</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">names</span></td>
<td><p>The names associated with the scopes.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><p>The scopes corresponding to the specified names.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_FindByResourceAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.FindByResourceAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_FindByResourceAsync_System_String_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.FindByResourceAsync(System.String,CancellationToken)">FindByResourceAsync(String, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves all the scopes that contain the specified resource.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IAsyncEnumerable&lt;TScope&gt; FindByResourceAsync(string resource, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">resource</span></td>
<td><p>The resource associated with the scopes.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><p>The scopes associated with the specified resource.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">GetAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Executes the specified query and returns the first element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;TResult&gt; GetAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt; query, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;TResult&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the first element returned when executing the query.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">TResult</span></td>
<td><p>The result type.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, TState, IQueryable&lt;TResult&gt;&gt;, TState, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Executes the specified query and returns the first element.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;TResult&gt; GetAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, TState, IQueryable&lt;TResult&gt;&gt; query, TState state, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
</tr>
<tr>
<td><span class="xref">TState</span></td>
<td><span class="parametername">state</span></td>
<td><p>The optional state.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;TResult&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the first element returned when executing the query.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">TState</span></td>
<td><p>The state type.</p>
</td>
</tr>
<tr>
<td><span class="parametername">TResult</span></td>
<td><p>The result type.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetDescriptionAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetDescriptionAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetDescriptionAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetDescriptionAsync(`0,CancellationToken)">GetDescriptionAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the description associated with a scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;string&gt; GetDescriptionAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the description associated with the specified scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetDescriptionsAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetDescriptionsAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetDescriptionsAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetDescriptionsAsync(`0,CancellationToken)">GetDescriptionsAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the localized descriptions associated with an scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;ImmutableDictionary&lt;CultureInfo, string&gt;&gt; GetDescriptionsAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">CultureInfo</span>, <span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns all the localized descriptions associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetDisplayNameAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetDisplayNameAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetDisplayNameAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetDisplayNameAsync(`0,CancellationToken)">GetDisplayNameAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the display name associated with a scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;string&gt; GetDisplayNameAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the display name associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetDisplayNamesAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetDisplayNamesAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetDisplayNamesAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetDisplayNamesAsync(`0,CancellationToken)">GetDisplayNamesAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the localized display names associated with an scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;ImmutableDictionary&lt;CultureInfo, string&gt;&gt; GetDisplayNamesAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">CultureInfo</span>, <span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns all the localized display names associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetIdAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetIdAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetIdAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetIdAsync(`0,CancellationToken)">GetIdAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the unique identifier associated with a scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;string&gt; GetIdAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the unique identifier associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetLocalizedDescriptionAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetLocalizedDescriptionAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetLocalizedDescriptionAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetLocalizedDescriptionAsync(`0,CancellationToken)">GetLocalizedDescriptionAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the localized description associated with an scope
and corresponding to the current UI culture or one of its parents.
If no matching value can be found, the non-localized value is returned.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;string&gt; GetLocalizedDescriptionAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the matching localized description associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetLocalizedDescriptionAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetLocalizedDescriptionAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetLocalizedDescriptionAsync__0_CultureInfo_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetLocalizedDescriptionAsync(`0,CultureInfo,CancellationToken)">GetLocalizedDescriptionAsync(TScope, CultureInfo, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the localized description associated with an scope
and corresponding to the specified culture or one of its parents.
If no matching value can be found, the non-localized value is returned.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;string&gt; GetLocalizedDescriptionAsync(TScope scope, CultureInfo culture, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CultureInfo</span></td>
<td><span class="parametername">culture</span></td>
<td><p>The culture (typically <see cref="!:CultureInfo.CurrentUICulture"></see>).</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the matching localized description associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetLocalizedDisplayNameAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetLocalizedDisplayNameAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetLocalizedDisplayNameAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetLocalizedDisplayNameAsync(`0,CancellationToken)">GetLocalizedDisplayNameAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the localized display name associated with an scope
and corresponding to the current UI culture or one of its parents.
If no matching value can be found, the non-localized value is returned.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;string&gt; GetLocalizedDisplayNameAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the matching display name associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetLocalizedDisplayNameAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetLocalizedDisplayNameAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetLocalizedDisplayNameAsync__0_CultureInfo_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetLocalizedDisplayNameAsync(`0,CultureInfo,CancellationToken)">GetLocalizedDisplayNameAsync(TScope, CultureInfo, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the localized display name associated with an scope
and corresponding to the specified culture or one of its parents.
If no matching value can be found, the non-localized value is returned.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;string&gt; GetLocalizedDisplayNameAsync(TScope scope, CultureInfo culture, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CultureInfo</span></td>
<td><span class="parametername">culture</span></td>
<td><p>The culture (typically <see cref="!:CultureInfo.CurrentUICulture"></see>).</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the matching display name associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetNameAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetNameAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetNameAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetNameAsync(`0,CancellationToken)">GetNameAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the name associated with a scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;string&gt; GetNameAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the name associated with the specified scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetPropertiesAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetPropertiesAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetPropertiesAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetPropertiesAsync(`0,CancellationToken)">GetPropertiesAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the additional properties associated with a scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;ImmutableDictionary&lt;string, JsonElement&gt;&gt; GetPropertiesAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">JsonElement</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns all the additional properties associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetResourcesAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetResourcesAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetResourcesAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetResourcesAsync(`0,CancellationToken)">GetResourcesAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Retrieves the resources associated with a scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask&lt;ImmutableArray&lt;string&gt;&gt; GetResourcesAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableArray</span>&lt;<span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns all the resources associated with the scope.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync_System_Nullable_System_Int32__System_Nullable_System_Int32__CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},CancellationToken)">ListAsync(Nullable&lt;Int32&gt;, Nullable&lt;Int32&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Executes the specified query and returns all the corresponding elements.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IAsyncEnumerable&lt;TScope&gt; ListAsync(int? count = default(int? ), int? offset = default(int? ), CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td><span class="parametername">count</span></td>
<td><p>The number of results to return.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
<td><span class="parametername">offset</span></td>
<td><p>The number of results to skip.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><p>All the elements returned when executing the specified query.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">ListAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Executes the specified query and returns all the corresponding elements.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IAsyncEnumerable&lt;TResult&gt; ListAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt; query, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IAsyncEnumerable</span>&lt;TResult&gt;</td>
<td><p>All the elements returned when executing the specified query.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">TResult</span></td>
<td><p>The result type.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, TState, IQueryable&lt;TResult&gt;&gt;, TState, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Executes the specified query and returns all the corresponding elements.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IAsyncEnumerable&lt;TResult&gt; ListAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, TState, IQueryable&lt;TResult&gt;&gt; query, TState state, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
</tr>
<tr>
<td><span class="xref">TState</span></td>
<td><span class="parametername">state</span></td>
<td><p>The optional state.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IAsyncEnumerable</span>&lt;TResult&gt;</td>
<td><p>All the elements returned when executing the specified query.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">TState</span></td>
<td><p>The state type.</p>
</td>
</tr>
<tr>
<td><span class="parametername">TResult</span></td>
<td><p>The result type.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_ListResourcesAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListResourcesAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ListResourcesAsync_ImmutableArray_System_String__CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListResourcesAsync(ImmutableArray{System.String},CancellationToken)">ListResourcesAsync(ImmutableArray&lt;String&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Lists all the resources associated with the specified scopes.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IAsyncEnumerable&lt;string&gt; ListResourcesAsync(ImmutableArray&lt;string&gt; scopes, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ImmutableArray</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">scopes</span></td>
<td><p>The scopes.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IAsyncEnumerable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>All the resources associated with the specified scopes.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_PopulateAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.PopulateAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_PopulateAsync__0_OpenIddictScopeDescriptor_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.PopulateAsync(`0,OpenIddictScopeDescriptor,CancellationToken)">PopulateAsync(TScope, OpenIddictScopeDescriptor, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Populates the scope using the specified descriptor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask PopulateAsync(TScope scope, OpenIddictScopeDescriptor descriptor, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">OpenIddictScopeDescriptor</span></td>
<td><span class="parametername">descriptor</span></td>
<td><p>The descriptor.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_PopulateAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.PopulateAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_PopulateAsync_OpenIddictScopeDescriptor__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.PopulateAsync(OpenIddictScopeDescriptor,`0,CancellationToken)">PopulateAsync(OpenIddictScopeDescriptor, TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Populates the specified descriptor using the properties exposed by the scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask PopulateAsync(OpenIddictScopeDescriptor descriptor, TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">OpenIddictScopeDescriptor</span></td>
<td><span class="parametername">descriptor</span></td>
<td><p>The descriptor.</p>
</td>
</tr>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_UpdateAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.UpdateAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_UpdateAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.UpdateAsync(`0,CancellationToken)">UpdateAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Updates an existing scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask UpdateAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope to update.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_UpdateAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.UpdateAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_UpdateAsync__0_OpenIddictScopeDescriptor_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.UpdateAsync(`0,OpenIddictScopeDescriptor,CancellationToken)">UpdateAsync(TScope, OpenIddictScopeDescriptor, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Updates an existing scope.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual ValueTask UpdateAsync(TScope scope, OpenIddictScopeDescriptor descriptor, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope to update.</p>
</td>
</tr>
<tr>
<td><span class="xref">OpenIddictScopeDescriptor</span></td>
<td><span class="parametername">descriptor</span></td>
<td><p>The descriptor used to update the scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
</table>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_ValidateAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ValidateAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ValidateAsync__0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ValidateAsync(`0,CancellationToken)">ValidateAsync(TScope, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Validates the scope to ensure it&apos;s in a consistent state.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual IAsyncEnumerable&lt;ValidationResult&gt; ValidateAsync(TScope scope, CancellationToken cancellationToken = null)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">TScope</span></td>
<td><span class="parametername">scope</span></td>
<td><p>The scope.</p>
</td>
</tr>
<tr>
<td><span class="xref">CancellationToken</span></td>
<td><span class="parametername">cancellationToken</span></td>
<td><p>The <see cref="!:CancellationToken"></see> that can be used to abort the operation.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IAsyncEnumerable</span>&lt;<span class="xref">ValidationResult</span>&gt;</td>
<td><p>The validation error encountered when validating the scope.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>