5 references to AddBearerToken
Microsoft.AspNetCore.Authentication.BearerToken (2)
BearerTokenExtensions.cs (2)
38=> builder.AddBearerToken(authenticationScheme, _ => { }); 50=> builder.AddBearerToken(BearerTokenDefaults.AuthenticationScheme, configure);
Microsoft.AspNetCore.Identity.FunctionalTests (3)
MapIdentityApiTests.cs (3)
174services.AddAuthentication().AddBearerToken(IdentityConstants.BearerScheme, options => 249services.AddAuthentication().AddBearerToken(IdentityConstants.BearerScheme, options => 334services.AddAuthentication().AddBearerToken(IdentityConstants.BearerScheme, options =>