Method | Description | |
---|---|---|
CountScopes ( string siteId, |
||
FetchScope ( string siteId, string scopeName, |
||
GetScopes ( string siteId, int pageNumber, int pageSize, |
||
ScopeExists ( string siteId, string scopeName, |
||
ScopeQueries ( IConfigurationDbContext context ) : cloudscribe.Core.IdentityServer.EFCore.Interfaces |
public CountScopes ( string siteId, |
||
siteId | string | |
cancellationToken | ||
return | Task |
public FetchScope ( string siteId, string scopeName, |
||
siteId | string | |
scopeName | string | |
cancellationToken | ||
return | Task |
public GetScopes ( string siteId, int pageNumber, int pageSize, |
||
siteId | string | |
pageNumber | int | |
pageSize | int | |
cancellationToken | ||
return | Task |
public ScopeExists ( string siteId, string scopeName, |
||
siteId | string | |
scopeName | string | |
cancellationToken | ||
return | Task |
public ScopeQueries ( IConfigurationDbContext context ) : cloudscribe.Core.IdentityServer.EFCore.Interfaces | ||
context | IConfigurationDbContext | |
return | cloudscribe.Core.IdentityServer.EFCore.Interfaces |