5 references to GoogleHandler
Microsoft.AspNetCore.Authentication.Google (4)
GoogleExtensions.cs (1)
66=> builder.AddOAuth<GoogleOptions, GoogleHandler>(authenticationScheme, displayName, configureOptions);
GoogleHandler.cs (2)
24/// Initializes a new instance of <see cref="GoogleHandler"/>. 33/// Initializes a new instance of <see cref="GoogleHandler"/>.
GoogleOptions.cs (1)
11/// Configuration options for <see cref="GoogleHandler"/>.
Microsoft.AspNetCore.Authentication.Test (1)
GoogleTests.cs (1)
25protected override Type HandlerType => typeof(GoogleHandler);