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)
171services.AddAuthentication().AddBearerToken(IdentityConstants.BearerScheme, options => 246services.AddAuthentication().AddBearerToken(IdentityConstants.BearerScheme, options => 331services.AddAuthentication().AddBearerToken(IdentityConstants.BearerScheme, options =>