Task IOpenIddictScopeStore <IOpenIdScope> .UpdateAsync(IOpenIdScope scope, CancellationToken cancellationToken) => UpdateAsync((OpenIdScope)scope, cancellationToken);
Task <string> IOpenIdScopeStore.GetPhysicalIdAsync(IOpenIdScope scope, CancellationToken cancellationToken) => GetPhysicalIdAsync((OpenIdScope)scope, cancellationToken);
Task IOpenIddictScopeStore <IOpenIdScope> .SetPropertiesAsync(IOpenIdScope scope, JObject properties, CancellationToken cancellationToken) => SetPropertiesAsync((OpenIdScope)scope, properties, cancellationToken);
Task IOpenIddictScopeStore <IOpenIdScope> .SetResourcesAsync(IOpenIdScope scope, ImmutableArray <string> resources, CancellationToken cancellationToken) => SetResourcesAsync((OpenIdScope)scope, resources, cancellationToken);
Task IOpenIddictScopeStore <IOpenIdScope> .SetNameAsync(IOpenIdScope scope, string name, CancellationToken cancellationToken) => SetNameAsync((OpenIdScope)scope, name, cancellationToken);
Task IOpenIddictScopeStore <IOpenIdScope> .SetDescriptionAsync(IOpenIdScope scope, string description, CancellationToken cancellationToken) => SetDescriptionAsync((OpenIdScope)scope, description, cancellationToken);
Task <ImmutableArray <string> > IOpenIddictScopeStore <IOpenIdScope> .GetResourcesAsync(IOpenIdScope scope, CancellationToken cancellationToken) => GetResourcesAsync((OpenIdScope)scope, cancellationToken);
Task <JObject> IOpenIddictScopeStore <IOpenIdScope> .GetPropertiesAsync(IOpenIdScope scope, CancellationToken cancellationToken) => GetPropertiesAsync((OpenIdScope)scope, cancellationToken);
Task <string> IOpenIddictScopeStore <IOpenIdScope> .GetNameAsync(IOpenIdScope scope, CancellationToken cancellationToken) => GetNameAsync((OpenIdScope)scope, cancellationToken);