Table of Contents

Class KeycloakWebApiAuthenticationBuilder

Namespace
Keycloak.AuthServices.Authentication
Assembly
Keycloak.AuthServices.Authentication.dll

Represents a base class for configuring Keycloak authentication in an application.

public class KeycloakWebApiAuthenticationBuilder : KeycloakBaseAuthenticationBuilder
Inheritance
KeycloakWebApiAuthenticationBuilder
Inherited Members

Properties

JwtBearerAuthenticationScheme

Gets or sets the JWT bearer authentication scheme.

public string JwtBearerAuthenticationScheme { get; set; }

Property Value

string