2 references to OAuthPostConfigureOptions
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthExtensions.cs (1)
62builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<IPostConfigureOptions<TOptions>, OAuthPostConfigureOptions<TOptions, THandler>>());
OAuthPostConfigureOptions.cs (1)
22/// Initializes the <see cref="OAuthPostConfigureOptions{TOptions, THandler}"/>.