Table of Contents

Class ValueGroupRegistration

Namespace
Quilt4Net.Toolkit
Assembly
Quilt4Net.Toolkit.dll
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

services IServiceCollection
configuration IConfiguration
options Action<ValueGroupClientOptions>

Returns

IServiceCollection

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

builder IHostApplicationBuilder
options Action<ValueGroupClientOptions>

Returns

IServiceCollection