111,119
社区成员
发帖
与我相关
我的任务
分享
public static AuthenticationBuilder AddAuthentication(this IServiceCollection services, Action<AuthenticationOptions> configureOptions)
{
if (services == null)
{
throw new ArgumentNullException(nameof(services));
}
if (configureOptions == null)
{
throw new ArgumentNullException(nameof(configureOptions));
}
var builder = services.AddAuthentication();
services.Configure(configureOptions);
return builder;
}


你们啊,平时说你们,你们嫌烦。
我只能说,你说的这个恰恰从是你们心心念念JAVA那里学的。不信去看看spring boot。去看看任何一个流行的java库是不是都是从build开始的
在说句笑话,锥子出个圆滑时代直角,你们踩。苹果出个直角你们说是科技创新
你们啊