Class ValueGroupRegistration
public static class ValueGroupRegistration
- Inheritance
-
ValueGroupRegistration
- Inherited Members
Methods
AddQuilt4NetValueGroupClient(IServiceCollection, IConfiguration, Action<ValueGroupClientOptions>)
public static IServiceCollection AddQuilt4NetValueGroupClient(this IServiceCollection services, IConfiguration configuration, Action<ValueGroupClientOptions> options = null)
Parameters
servicesIServiceCollectionconfigurationIConfigurationoptionsAction<ValueGroupClientOptions>
Returns
AddQuilt4NetValueGroupClient(IHostApplicationBuilder, Action<ValueGroupClientOptions>)
Registers IValueGroupClient against the Value Group configured in
Quilt4Net:ValueGroup. The bound API key must carry the valuegroup:read
scope and be tag-bound to the group on the server.
public static IServiceCollection AddQuilt4NetValueGroupClient(this IHostApplicationBuilder builder, Action<ValueGroupClientOptions> options = null)
Parameters
builderIHostApplicationBuilderoptionsAction<ValueGroupClientOptions>