Table of Contents

Class BuilderExtensions

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Blazor.WebAssembly.Authorization.Cookies.dll
public static class BuilderExtensions
Inheritance
object
BuilderExtensions

Methods

AddAuthenticationStateProvider<TStateProvider>(IServiceCollection)

public static IServiceCollection AddAuthenticationStateProvider<TStateProvider>(this IServiceCollection services) where TStateProvider : AuthenticationStateProvider

Parameters

services IServiceCollection

Returns

IServiceCollection

Type Parameters

TStateProvider