#nullable enable
Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions
static Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions.AddKeycloakJwtBearer(this Microsoft.AspNetCore.Authentication.AuthenticationBuilder! builder, string! serviceName, string! realm) -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder!
static Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions.AddKeycloakJwtBearer(this Microsoft.AspNetCore.Authentication.AuthenticationBuilder! builder, string! serviceName, string! realm, string! authenticationScheme) -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder!
static Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions.AddKeycloakJwtBearer(this Microsoft.AspNetCore.Authentication.AuthenticationBuilder! builder, string! serviceName, string! realm, string! authenticationScheme, System.Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions!>? configureOptions) -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder!
static Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions.AddKeycloakJwtBearer(this Microsoft.AspNetCore.Authentication.AuthenticationBuilder! builder, string! serviceName, string! realm, System.Action<Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerOptions!>? configureOptions) -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder!
static Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions.AddKeycloakOpenIdConnect(this Microsoft.AspNetCore.Authentication.AuthenticationBuilder! builder, string! serviceName, string! realm) -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder!
static Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions.AddKeycloakOpenIdConnect(this Microsoft.AspNetCore.Authentication.AuthenticationBuilder! builder, string! serviceName, string! realm, string! authenticationScheme) -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder!
static Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions.AddKeycloakOpenIdConnect(this Microsoft.AspNetCore.Authentication.AuthenticationBuilder! builder, string! serviceName, string! realm, string! authenticationScheme, System.Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions!>? configureOptions) -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder!
static Microsoft.Extensions.DependencyInjection.AspireKeycloakExtensions.AddKeycloakOpenIdConnect(this Microsoft.AspNetCore.Authentication.AuthenticationBuilder! builder, string! serviceName, string! realm, System.Action<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions!>? configureOptions) -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder!