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